@@ -50,7 +50,7 @@ <h2 id="_description">DESCRIPTION</h2>
5050< div class ="sect2 ">
5151< h3 id ="_version "> VERSION</ h3 >
5252< div class ="paragraph ">
53- < p > This manual page was last updated < strong > 2024-12-16 09:31 GMT</ strong > and refers to bcftools git version < strong > 1.21-58-g6559a12a +</ strong > .</ p >
53+ < p > This manual page was last updated < strong > 2024-12-28 22:19 GMT</ strong > and refers to bcftools git version < strong > 1.21-61-g68f13f2e +</ strong > .</ p >
5454</ div >
5555</ div >
5656< div class ="sect2 ">
@@ -178,10 +178,13 @@ <h2 id="_list_of_scripts">LIST OF SCRIPTS</h2>
178178< div class ="ulist ">
179179< ul >
180180< li >
181- < p > < strong > < a href ="#gff2gff "> gff2gff</ a > </ strong > .. converts a GFF file to the format required by < strong > < a href ="#csq "> csq</ a > </ strong > </ p >
181+ < p > < strong > < a href ="#gff2gff "> gff2gff</ a > </ strong > .. converts a GFF file to the format required by < strong > < a href ="#csq "> bcftools csq</ a > </ strong > </ p >
182182</ li >
183183< li >
184- < p > < strong > < a href ="#plot-vcfstats "> plot-vcfstats</ a > </ strong > .. plots the output of < strong > < a href ="#stats "> stats</ a > </ strong > </ p >
184+ < p > < strong > < a href ="#plot-vcfstats "> plot-vcfstats</ a > </ strong > .. plots the output of < strong > < a href ="#stats "> bcftools stats</ a > </ strong > </ p >
185+ </ li >
186+ < li >
187+ < p > < strong > < a href ="#roh-viz "> roh-viz</ a > </ strong > .. creates HTML/JavaScript visualization of < strong > < a href ="#roh "> bcftools roh</ a > </ strong > </ p >
185188</ li >
186189</ ul >
187190</ div >
@@ -4380,7 +4383,8 @@ <h3 id="reheader">bcftools reheader [<em>OPTIONS</em>] <em>file.vcf.gz</em></h3>
43804383< h3 id ="roh "> bcftools roh [< em > OPTIONS</ em > ] < em > file.vcf.gz</ em > </ h3 >
43814384< div class ="paragraph ">
43824385< p > A program for detecting runs of homo/autozygosity. Only bi-allelic sites
4383- are considered.</ p >
4386+ are considered. The results can be visualized in HTML/JavaScript using
4387+ the < strong > < a href ="#roh-viz "> roh-viz</ a > </ strong > script.</ p >
43844388</ div >
43854389< div class ="sect3 ">
43864390< h4 id ="_the_hmm_model "> The HMM model:</ h4 >
@@ -5114,6 +5118,65 @@ <h3 id="plot-vcfstats">plot-vcfstats [<em>OPTIONS</em>] <em>file.vchk</em> [R
51145118</ div >
51155119</ div >
51165120</ div >
5121+ < div class ="sect2 ">
5122+ < h3 id ="roh-viz "> roh-viz [< em > OPTIONS</ em > ]</ h3 >
5123+ < div class ="paragraph ">
5124+ < p > Script for visualizing the output of < strong > < a href ="#roh "> bcftools roh</ a > </ strong > . It creates
5125+ a HTML/JavaScript document which can be interactively viewed in your favorite
5126+ web browser.</ p >
5127+ </ div >
5128+ < div class ="dlist ">
5129+ < dl >
5130+ < dt class ="hdlist1 "> < strong > -i, --RoH-file</ strong > < em > FILE</ em > </ dt >
5131+ < dd >
5132+ < p > Output of bcftools/roh</ p >
5133+ </ dd >
5134+ < dt class ="hdlist1 "> < strong > -l, --min-length</ strong > < em > NUM</ em > </ dt >
5135+ < dd >
5136+ < p > Mimimum length of ROH [1e6]</ p >
5137+ </ dd >
5138+ < dt class ="hdlist1 "> < strong > -o, --output</ strong > < em > FILE</ em > </ dt >
5139+ < dd >
5140+ < p > HTML output file</ p >
5141+ </ dd >
5142+ < dt class ="hdlist1 "> < strong > -r, --regions</ strong > < em > LIST</ em > </ dt >
5143+ < dd >
5144+ < p > List of chromosomes/regions</ p >
5145+ </ dd >
5146+ < dt class ="hdlist1 "> < strong > -s, --samples</ strong > < em > LIST</ em > </ dt >
5147+ < dd >
5148+ < p > List of samples to show</ p >
5149+ </ dd >
5150+ < dt class ="hdlist1 "> < strong > -v, --VCF-file</ strong > < em > FILE</ em > </ dt >
5151+ < dd >
5152+ < p > VCF file to determine homozygosity rate</ p >
5153+ </ dd >
5154+ </ dl >
5155+ </ div >
5156+ < div class ="paragraph ">
5157+ < p > < strong > -h, -?, --help</ strong >
5158+ This help message</ p >
5159+ </ div >
5160+ < div class ="paragraph ">
5161+ < p > < strong > Example:</ strong > </ p >
5162+ </ div >
5163+ < div class ="openblock ">
5164+ < div class ="content ">
5165+ < div class ="literalblock ">
5166+ < div class ="content ">
5167+ < pre > # Find RoH regions
5168+ bcftools roh --AF-dflt 0.5 -G 30 -Or -o roh.txt file.bcf</ pre >
5169+ </ div >
5170+ </ div >
5171+ < div class ="literalblock ">
5172+ < div class ="content ">
5173+ < pre > # Create HTML/JavaScript visualization
5174+ roh-viz -r roh.txt -v file.bcf -o output.html</ pre >
5175+ </ div >
5176+ </ div >
5177+ </ div >
5178+ </ div >
5179+ </ div >
51175180</ div >
51185181</ div >
51195182< div class ="sect1 ">
@@ -5654,7 +5717,7 @@ <h2 id="_copying">COPYING</h2>
56545717</ div >
56555718< div id ="footer ">
56565719< div id ="footer-text ">
5657- Last updated 2024-12-16 09:31:50 UTC
5720+ Last updated 2024-12-28 22:19:33 UTC
56585721</ div >
56595722</ div >
56605723</ body >
0 commit comments