| Map.All {iC10TrainingData} | R Documentation |
Probe mapping of the complete set of features of the training set
Description
Probe mapping of the complete set of features of the training set
Usage
data(Map.All)
Format
A data frame with 714 observations on the following 10 variables:
Probe_IDa character vector with the Illumina probe ids that flank the features
Gene_symbola factor with the hugo gene names
Ensembl_IDa factor with the ensemble ids
Cytobanda factor with the cytobands (on hg18)
Genomic_location_hg18a factor with the genomic locations on hg18
chromosome_name_hg18a numeric vector with the chromosome on hg18
start_position_hg18a numeric vector with the start position on hg18
end_position_hg18a numeric vector with the end position on hg18
Synonyms_0a character vector with the gene name synonyms of the feature
Gene.Chosena character vector (YES or NO) specifiying the probe chosen for gene-based selection
Genomic_location_hg19a factor with the genomic locations on hg19
chromosome_name_hg19a numeric vector with the chromosome on hg19
start_position_hg19a numeric vector with the start position on hg19
end_position_hg19a numeric vector with the end position on hg19
chromosome_name_hg38a numeric vector with the chromosome on hg38
start_position_hg38a numeric vector with the start position on hg38
end_position_hg38a numeric vector with the end position on hg38
Source
Curtis et al. The genomic and transcriptomic architecture of 2,000 breast tumours reveals novel subgroups. Nature 2012; 486:346-352.
Examples
data(Map.All)
head(Map.All)