README 616 B

123456789101112
  1. Collectively, the bedtools utilities are a swiss-army knife of tools
  2. for a wide-range of genomics analysis tasks. The most widely-used
  3. tools enable genome arithmetic: that is, set theory on the genome. For
  4. example, bedtools allows one to intersect, merge, count, complement,
  5. and shuffle genomic intervals from multiple files in widely-used
  6. genomic file formats such as BAM, BED, GFF/GTF, VCF.
  7. While each individual tool is designed to do a relatively simple task
  8. (e.g., intersect two interval files), quite sophisticated analyses can
  9. be conducted by combining multiple bedtools operations on the UNIX
  10. command line.