chromoMap (version 0.1)

pancandata: Gene Expression RNAseq data for Pancreatic Adenocarcinoma from TCGA

Description

Data extracted from The Cancer Genome Atlas database and further processed, consist of Two datasets- data1- 630 selected differentially expressed genes in pancreatic cancer condition as predicted from R limma package, also includes the logFC(log tranformed Fold Change) for each gene data2 - normalized expression values of 25,465 genes for one control sample and one tumor sample (Pancreatic cancer), the data is converted into the format for analysis, consist of five columns as name(gene-names), chrom,start,data(control),secondData(tumor)

Usage

data(pancandata)

Arguments

Format

A List of 2 elements

References

The Cancer Genome Atlas

Examples

Run this code
# NOT RUN {
data(pancandata)

# }
# NOT RUN {
chromoMap(pancandata$data1,type="annotation")
# }
# NOT RUN {
chromoMap(pancandata$data1,type="heatmap-single")
# }
# NOT RUN {
chromoMap(pancandata$data2,type="heatmap-double")
# }

Run the code above in your browser using DataLab