getSampleIDs {cbpManager}R Documentation

Get Sample IDs associated with Patient IDs from the data_clinical_sample.txt file

Description

Get Sample IDs associated with Patient IDs from the data_clinical_sample.txt file

Usage

getSampleIDs(file_path, patIDs)

Arguments

file_path

A character string.

patIDs

A character string.

Value

vector with Sample IDs

Examples

cbpManager:::getSampleIDs(
    system.file("study/testpatient/data_clinical_sample.txt", package = "cbpManager"), 
    patIDs = "Testpatient")


[Package cbpManager version 1.2.2 Index]