View source: R/getDataValues.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 | getDataValues(
patient,
tumor,
dataset,
type,
rowSelection,
threshold,
conversion,
tumorDatasetsPath
)
|
patient |
Patient ID in long form (i.e. Patient300 not P300) |
tumor |
sf number with sf lower |
dataset |
name of dataset (i.e. Histology, Amplification, Copy Number, etc) |
type |
only required if dataset is Histology |
rowSelection |
only required if dataset is Copy Number, RNAseq, Cell Types, Cancer-associated Processes, or Expansions |
threshold |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.