extract_patient_id: Extract IMPACT Patient ID From Sample ID

View source: R/utils-exported-helpers.R

extract_patient_idR Documentation

Extract IMPACT Patient ID From Sample ID

Description

Extract IMPACT Patient ID From Sample ID

Usage

extract_patient_id(sample_id)

Arguments

sample_id

A character vector of IMPACT Tumor sample IDs

Value

Returns a vector of patient IDs

Examples

sample_id = c("P-0000071-T01-IM3", "P-0000072-T02-IM4", "P-0000073-T03-IM5")
extract_patient_id(sample_id)


AxelitoMartin/gnomeR documentation built on March 23, 2024, 3:07 a.m.