View source: R/utils-exported-helpers.R
extract_patient_id | R Documentation |
Extract IMPACT Patient ID From Sample ID
extract_patient_id(sample_id)
sample_id |
A character vector of IMPACT Tumor sample IDs |
Returns a vector of patient IDs
sample_id = c("P-0000071-T01-IM3", "P-0000072-T02-IM4", "P-0000073-T03-IM5")
extract_patient_id(sample_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.