View source: R/getDataValuesDownload.R
Creates a vector of final data values for a particular patient, tumor, and dataset
1 2 3 4 5 6 7 8 9 10 11 | getDataValuesDownload(
patientsFinal,
sfConversion,
datasetD,
typeD,
rowSelectionD,
thresholdD,
conversion,
tumorDatasetsPath,
sampleData
)
|
patientsFinal |
Patient ID in long form (i.e. Patient300 not P300) |
sfConversion |
Coverts patientID to sf# in a one-to-one relationship |
datasetD |
name of dataset (i.e. Histology, Amplification, Copy Number, etc) |
typeD |
only required if dataset is Histology |
rowSelectionD |
only required if dataset is Copy Number, RNAseq, Cell Types, Cancer-associated Processes, or Expansions |
thresholdD |
only required if dataset is Amplification |
conversion |
converts dataset to name of data file, where value is dataset and name is file name (ex c(cn.rds='Copy Number', )) |
tumorDatasetsPath |
path to datasets |
sampleData |
contains spatial information about each sample |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.