bedtools/bedtools_jaccard

genomics
intervals
jaccard
similarity
statistics
overlap
intersection
union

Description

Calculate Jaccard similarity statistic between two genomic feature files.

The Jaccard index measures similarity between finite sample sets, defined as
the size of the intersection divided by the size of the union. Values range
from 0 (no intersection) to 1 (identical sets). This tool calculates the
Jaccard statistic for genomic intervals, providing a quantitative measure
of overlap between two interval sets.

Type

bash_script

License

MIT

Keywords

genomics
intervals
jaccard
similarity
statistics
overlap
intersection
union

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.0 \  
  -main-script target/nextflow/bedtools/bedtools_jaccard/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input_a
-a
file
required
--input_b
-b
file
required

Outputs

Name
Type & Properties
--output
file
required
output

Overlap Options

Name
Type & Properties
--min_overlap_a
-f
double
--min_overlap_b
-F
double
--reciprocal
-r
boolean_true
--either
-e
boolean_true

Strand Options

Name
Type & Properties
--same_strand
-s
boolean_true
--opposite_strand
-S
boolean_true

Format Options

Name
Type & Properties
--split
boolean_true
--bed_output
--bed
boolean_true
--header
boolean_true

Advanced Options

Name
Type & Properties
--genome
-g
file
--no_name_check
--nonamecheck
boolean_true
--no_buffer
--nobuf
boolean_true
--io_buffer
--iobuf
string

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.