R/functions.R
getSampleIDs.RdGet Sample IDs associated with Patient IDs from the data_clinical_sample.txt file
getSampleIDs(file_path, patIDs)
| file_path | A character string. |
|---|---|
| patIDs | A character string. |
vector with Sample IDs
cbpManager:::getSampleIDs( system.file("study/testpatient/data_clinical_sample.txt", package = "cbpManager"), patIDs = "Testpatient") #> [1] "Testpatient_01" "Testpatient_02"