importPatientData {cbpManager}R Documentation

Import patient data into current study data.frames

Description

Import patient data into current study data.frames

Usage

importPatientData(
  mode = c("patient", "sample", "mutations", "timelines"),
  file_name,
  file_path,
  patIDs,
  data,
  associatedSampleIDs = NULL
)

Arguments

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

Value

data.frame


[Package cbpManager version 1.0.2 Index]