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
Contributors
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 Name | Type & Properties |
|---|---|
--input -i | file required |
--genome -g | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|