Related Experiment Video
Updated: Jun 4, 2026

09:45
Detection of Copy Number Alterations Using Single Cell Sequencing
Published on: February 17, 2017
ReadDepth: a parallel R package for detecting copy number alterations from short sequencing reads
Christopher A Miller1, Oliver Hampton, Cristian Coarfa
1Graduate Program in Structural and Computational Biology and Molecular Biophysics, Baylor College of Medicine, Houston, Texas, United States of America.
Plos One
|February 10, 2011
Summary
The readDepth R package accurately detects copy number alterations using genome sequencing data. It offers faster processing and higher accuracy than existing tools, without needing a reference sample.
Area of Science:
- Genomics
- Bioinformatics
- Computational Biology
Background:
- Copy number alterations (CNAs) are significant drivers of genetic diseases, particularly cancer.
- Accurate detection of CNAs is crucial for understanding disease mechanisms and developing targeted therapies.
Purpose of the Study:
- To introduce the readDepth R package for detecting copy number alterations from next-generation sequencing data.
- To provide a faster, more accurate, and versatile tool for CNA detection compared to existing methods.
Main Methods:
- Utilizes read depth measurement from massively parallel sequencing to identify copy number aberrations.
- Employs multi-core architectures for parallelized processing of large genomic datasets, enhancing speed.
- Incorporates a robust statistical model to handle overdispersed data and does not require a reference sample.
- Integrates breakpoint information from paired-end sequencing for improved resolution in low-coverage experiments.
- Enables copy number inference from whole-genome bisulfite sequencing data for integrated epigenomic and copy number analysis.
Main Results:
- The readDepth package demonstrates higher accuracy and significantly faster processing speeds compared to existing tools.
- Successfully applied to analyze genomes with both low and high sequencing coverage.
- Provides a flexible approach for CNA detection and analysis across various sequencing strategies.
Conclusions:
- readDepth is an efficient and accurate tool for detecting copy number alterations, advancing genomic disease research.
- Facilitates integrated analysis of copy number and epigenomic data.
- Offers a valuable resource for the bioinformatics community, available on Linux and MacOSX.
Related Concept Videos
Comparing Copy Number Variations and SNPs
Sequencing of the human genome has opened up several best-kept secrets of the genome. Scientists have identified thousands of genome variations that exist within a population. These variations can be a single nucleotide or a larger chromosomal variation.
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
RNA-seq
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...

