Skip to content

Commit

Permalink
Deployed fa5d6d5 with MkDocs version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSoraggi committed Jun 29, 2023
1 parent f7289bf commit 4049ed6
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 198 deletions.
355 changes: 168 additions & 187 deletions nb/scrna.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nb/vcf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ <h1 id="comparison-of-vcf-files">Comparison of VCF files<a class="anchor-link" h
<p>In order to count the genotypes for the matching positions we can use once again <code>bcftools filter</code> command. Only that this time we will filter based on the genotype columns for the two samples (GT[0] and GT[1]). GT[0] repesents the genotype for the first sample in the merge command and GT[1] is the genotype for the second sample in the merge command.</p>
<ul>
<li>AR - heterozygous</li>
<li>AA - heterozygous alternate</li>
<li>AA - homozygous alternate</li>
</ul>
<p>For example, the filter <code>GT[0]="AR" &amp;&amp; GT[1]="AR"</code> will keep only position in which both samples have a heterozygous genotype.
A quick way to count how many positions are in the VCF file is by suing the simple bash command <code>grep</code>. This will count all the lines in the VCF files that do not start with a <code>#</code>, thus all the data lines.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-06-27</lastmod>
<lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 4049ed6

Please sign in to comment.