| Literature DB >> 20110278 |
Abstract
MOTIVATION: Testing for correlations between different sets of genomic features is a fundamental task in genomics research. However, searching for overlaps between features with existing web-based methods is complicated by the massive datasets that are routinely produced with current sequencing technologies. Fast and flexible tools are therefore required to ask complex questions of these data in an efficient manner.Entities:
Mesh:
Year: 2010 PMID: 20110278 PMCID: PMC2832824 DOI: 10.1093/bioinformatics/btq033
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
Summary of supported operations available in the BEDTools suite
| Utility | Description |
|---|---|
| Returns overlaps between two BED files. | |
| Returns overlaps between a BEDPE file and a BED file. | |
| Converts BAM alignments to BED or BEDPE format. | |
| pairToPair | Returns overlaps between two BEDPE files. |
| windowBed | Returns overlaps between two BED files within a user-defined window. |
| closestBed | Returns the closest feature to each entry in a BED file. |
| subtractBed* | Removes the portion of an interval that is overlapped by another feature. |
| mergeBed* | Merges overlapping features into a single feature. |
| coverageBed* | Summarizes the depth and breadth of coverage of features in one BED file relative to another. |
| genomeCoverageBed | Histogram or a ‘per base’ report of genome coverage. |
| fastaFromBed | Creates FASTA sequences from BED intervals. |
| maskFastaFromBed | Masks a FASTA file based upon BED coordinates. |
| shuffleBed | Permutes the locations of features within a genome. |
| slopBed | Adjusts features by a requested number of base pairs. |
| sortBed | Sorts BED files in useful ways. |
| linksBed | Creates HTML links from a BED file. |
| complementBed* | Returns intervals not spanned by features in a BED file. |
Utilities in bold support sequence alignments in BAM. Utilities with an asterisk were compared with Galaxy and found to yield identical results.