bedtools/bedtools_summary

genomics
intervals
statistics
summary
analysis
quality-control
metrics

Description

Report summary statistics of genomic intervals in a file.

bedtools summary analyzes genomic intervals and provides comprehensive statistics
including total number of features, total length covered, average feature size,
and other descriptive metrics. This tool is essential for quality control and
exploratory data analysis of genomic datasets, helping researchers understand
the distribution and characteristics of their interval data.

This tool is commonly used for:

  • Quality control assessment of genomic interval datasets

  • Exploratory data analysis of ChIP-seq peaks, gene annotations, or variant calls

  • Comparative analysis of interval characteristics between samples

  • Data preprocessing and validation before downstream analysis

  • Generating summary reports for genomic studies

  • Statistical characterization of genomic features

Type

bash_script

License

MIT

Keywords

genomics
intervals
statistics
summary
analysis
quality-control
metrics

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.txt"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/biobox.git \  
  -revision v0.4.2 \  
  -main-script target/nextflow/bedtools/bedtools_summary/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
-i
file
required
--genome
-g
file
required

Outputs

Name
Type & Properties
--output
file
required
output

Analysis Options

Name
Type & Properties

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.