View source: R/collapse.genes.R
collapse.genes | R Documentation |
Collapse counts of all probes belonging to the same gene
collapse.genes(normalized.data)
normalized.data |
A gene by sample data-frame of normalized NanoString counts. First three column names must be 'CodeClass', 'Name', and 'Accession', followed by sample IDs. Probes to be collapsed together are identified by their matching 'Accession' values. |
Collapse counts for probes belonging to the same gene (only performed on 'Endogenous' or 'Housekeeping' probes). Collapsing is done by taking the mean count.
A gene by sample data-frame of collapsed counts, where first three column names are 'CodeClass', 'Name', and 'Accession'.
Cindy Yao
# load normalized data
data(NanoString.DNA.norm);
# collapse probes by gene
NanoString.DNA.norm <- collapse.genes(normalized.data = NanoString.DNA.norm);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.