Skip to content

Bioconductor/copy-number-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy Number Analysis

Explore, compare, and evaluate Bioconductor packages related to genomic copy number analysis

Genomic amplifications and deletions are found in most (all?) tumor genomes. A common practice today is to do low coverage DNA sequencing (0.5x, for instance) of a tumor genome, and a matched normal genome (from the same subject). Judicious comparison of the the two sequence genomes illuminates structural changes in the tumor.

Copy number changes in tumors vary from broad (an entire chromosome arm) to focal (i.e., a 10kb amplification, loss of heterozygosity or gain). Detection methods should be sensitive enough to detect these very different phenomena in noisy low-coverage data.

Our purpose here is to provide

  • A tumor/normal single chromosome pair of bam files (with accompanying index files)
  • A reference analysis, using the popular SeqSeg matlab program from the Broad Institute
  • A tutorial on the exploratory data analysis of these files using "native" Bioconductor capabilities
  • Demonstrate (and evaluate) the capabilities of many of the Bioconductor copy number analysis packages

List of Tools used

Bioconductor Packages


Non Biocondcutor packages

Literature Resources

Sample Data

Use, e.g.,

 
download.file(url="http://s3.amazonaws.com/copy-number-analysis/tumorA.chr4.bam.bai",
              destfile="tumorA.chr4.bam.bai")

Exploratory Data Analysis

We have done some primary Exploratory Data Analysis on the Normal and Tumor Sample Datasets.

About

Explore, compare, and evaluate Bioconductor packages related to genomic copy number analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages