Import patient data into current study data.frames
importPatientData( mode = c("patient", "sample", "mutations", "timelines"), file_name, file_path, patIDs, data, associatedSampleIDs = NULL )
| mode | Defines the type of imported data |
|---|---|
| file_name | Filename of source data |
| file_path | Filepath with filename of source data |
| patIDs | PATIENT_IDs of patients that should be imported |
| data | Source data, to be subsetted according to patIDs |
| associatedSampleIDs | The sample IDs associated to the patIDs |
data.frame