Description
Calculate Fisher's exact test statistic between two feature files.
This tool performs Fisher's exact test to assess the statistical significance
of overlaps between genomic intervals in two files. It calculates the probability
of observing the given overlap pattern by chance, providing a p-value for
statistical inference.
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.0 \
-main-script target/nextflow/bedtools/bedtools_fisher/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_a -a | file required |
--input_b -b | file required |
--genome -g | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--merge_overlaps -m | boolean_true |
--min_overlap_a -f | double |
--min_overlap_b -F | double |
--reciprocal -r | boolean_true |
--either -e | boolean_true |
Name | Type & Properties |
|---|---|
--same_strand -s | boolean_true |
--opposite_strand -S | boolean_true |
Name | Type & Properties |
|---|---|
--split | boolean_true |
--bed_output --bed | boolean_true |
--header | boolean_true |
Name | Type & Properties |
|---|---|
--no_name_check --nonamecheck | boolean_true |
--no_buffer --nobuf | boolean_true |
--io_buffer --iobuf | string |