# Find RoH regions +bcftools roh --AF-dflt 0.5 -G 30 -Or -o roh.txt file.bcf+
# Create HTML/JavaScript visualization +roh-viz -r roh.txt -v file.bcf -o output.html+
diff --git a/bcftools-man.html b/bcftools-man.html index 87533badf..eb8b1cbe9 100644 --- a/bcftools-man.html +++ b/bcftools-man.html @@ -50,7 +50,7 @@
This manual page was last updated 2024-12-16 09:31 GMT and refers to bcftools git version 1.21-58-g6559a12a+.
+This manual page was last updated 2024-12-28 22:19 GMT and refers to bcftools git version 1.21-61-g68f13f2e+.
gff2gff .. converts a GFF file to the format required by csq
+gff2gff .. converts a GFF file to the format required by bcftools csq
plot-vcfstats .. plots the output of stats
+plot-vcfstats .. plots the output of bcftools stats
+roh-viz .. creates HTML/JavaScript visualization of bcftools roh
A program for detecting runs of homo/autozygosity. Only bi-allelic sites -are considered.
+are considered. The results can be visualized in HTML/JavaScript using +the roh-viz script.Script for visualizing the output of bcftools roh. It creates +a HTML/JavaScript document which can be interactively viewed in your favorite +web browser.
+Output of bcftools/roh
+Mimimum length of ROH [1e6]
+HTML output file
+List of chromosomes/regions
+List of samples to show
+VCF file to determine homozygosity rate
+-h, -?, --help + This help message
+Example:
+# Find RoH regions +bcftools roh --AF-dflt 0.5 -G 30 -Or -o roh.txt file.bcf+
# Create HTML/JavaScript visualization +roh-viz -r roh.txt -v file.bcf -o output.html+