PhenoData | R Documentation |
Sample annotation and phenotype information describing 65 NanoString prostate cancer samples. The same NanoString samples are found in the NanoString.DNA.raw
dataset.
PhenoData
A data-frame with 9 columns and 65 rows. Each row indicates a different NanoString DNA sample. The columns either annotate the sample or describe a feature of it:
The sample ID is unique to each row (or NanoString sample).
The patient ID is specific to an individual patient that provided one or more tissue samples for the study.
The sample name is unique to a tumour/normal tissue sample. Each tissue sample can have one or more replicates (also referred to as NanoString samples) which are distinguished by sample IDs ('SampleID').
The cartridge the NanoString sample was processed on. All numeric values.
The sample type, either 'Tumour' or 'Reference' (also referred to as a normal).
The sample ID of the sample's matched normal. This only applies to tumour samples so for reference samples this value is NA. For tumour samples with no matched normal, 'missing' is used.
Whether the sample has replicates (1) or not (0).
The sex of the patient that provided the sample. The following notation is used: 'M' for male, 'F' for female, NA for unknown. Sample sex is required to perform CNA calling on sex chromosome probes.
The DNA fragmentation used: sonication or AluI restriction site digestion. This column is optional. The information is only used when selecting samples for a quality check using restriction fragmentation controls.
Dorota Sendorek
data(PhenoData);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.