View source: R/get.tumour.normal.ratio.R
get.tumour.normal.ratio | R Documentation |
Calculates tumour:normal ratios using NanoString count data
get.tumour.normal.ratio(normalized.data, reference, chip.info = NULL, per.chip = FALSE)
normalized.data |
A gene by sample data-frame of normalized NanoString counts of tumour and reference samples. First three column names must be 'CodeClass', 'Name', and 'Accession', followed by sample IDs. |
reference |
A vector of the reference sample name(s) |
chip.info |
A data-frame of chip information for each sample in 'normalized.data', including columns 'Cartridge' and 'SampleID', or NULL (default). Required if 'per.chip' = TRUE. Recommended to use output of |
per.chip |
Whether to use only the reference sample(s) specific to a given chip. Defaults to FALSE. |
A gene by sample data-frame of tumour:normal ratios
Emilie Lalonde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.