NanoString.DNA.norm | R Documentation |
Normalized NanoString DNA counts from 349 probes across 65 NanoString samples. The NanoString samples are the same as those found in the NanoString
dataset. Invariant probe normalization was applied to raw counts using normalize.global
. For additional sample information, refer to the PhenoData
dataset.
NanoString.DNA.norm
A data-frame with 68 columns and 349 rows. The first three columns provide probe information:
probe type which can include: Endogenous, Housekeeping, Invariant, Negative, Positive, RestrictionSite.
probe name which is unique to the row
probes with matching Accession values correspond to the same gene/segment (for endogenous probes)
The following columns indicate the sample (column names are sample IDs). The rows indicate the probe. The contents of the data-frame are normalized NanoString DNA counts.
Sample ID notation details are as follows. The first 8 characters are the patient ID. Sample type is denoted by one of the following: F = tumour (fresh frozen), P = tumour (FFPE) or B = reference (blood). Additionaly, 'M1' and 'M2' are used here to differentiate between replicates.
Dorota Sendorek
data(NanoString.DNA.norm);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.