Related Experiment Video
Updated: Feb 25, 2026

08:06
Genome-wide Determination of Mammalian Replication Timing by DNA Content Measurement
Published on: January 19, 2017
8.9K
valr: Reproducible genome interval analysis in R
Kent A Riemondy1, Ryan M Sheridan2, Austin Gillen1
1RNA Bioscience Initiative, University of Colorado School of Medicine, Aurora, CO, 80045, USA.
F1000Research
|July 29, 2017
Summary
New R package "valr" offers flexible and efficient genomic interval analysis for large datasets. It provides reproducible exploratory data analysis comparable to existing tools like BEDtools.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomic Data Analysis
Background:
- Genomic data is rapidly increasing in size and complexity.
- Reproducible exploratory data analysis is crucial for handling large genomic datasets.
Purpose of the Study:
- To develop a new R package named valr for flexible and efficient genomic interval analysis.
- To provide researchers with a tool for reproducible exploratory data analysis of large genomic datasets.
Main Methods:
- Development of the valr R package leveraging tidyverse tools like dplyr.
- Performance benchmarking of valr against established tools such as BEDtools.
Main Results:
- valr demonstrates efficient performance for genomic interval analysis.
- The package is suitable for both interactive analyses and integration into existing pipelines.
- valr offers comparable performance to BEDtools.
Conclusions:
- valr is a valuable new tool for genomic interval analysis.
- The package enhances reproducible exploratory data analysis for large-scale genomic data.
- valr provides a flexible and efficient alternative for bioinformaticians.
Related Concept Videos
Comparing Copy Number Variations and SNPs
18.8K
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%...
18.8K
Comparing the Survival Analysis of Two or More Groups
658
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
658
Hardy-Weinberg Principle
76.9K
Diploid organisms have two alleles of each gene, one from each parent, in their somatic cells. Therefore, each individual contributes two alleles to the gene pool of the population. The gene pool of a population is the sum of every allele of all genes within that population and has some degree of variation. Genetic variation is typically expressed as a relative frequency, which is the percentage of the total population that has a given allele, genotype or phenotype.
76.9K
Quantifying and Rejecting Outliers: The Grubbs Test
4.2K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
4.2K

