-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the fastp log to the final report
- Loading branch information
Showing
8 changed files
with
117 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,45 @@ | ||
<div id="HIC" class="tabcontent" style="display: none"> | ||
<div class="section-para-wrapper"> | ||
<p class="section-para"> | ||
Hi-C contact mapping experiments measure the frequency of physical contact between loci in the genome. The | ||
resulting dataset, called a “contact map,” is represented using a two-dimensional heatmap where the | ||
intensity of each pixel indicates the frequency of contact between a pair of loci. | ||
</p> | ||
<p class="section-para"><b>Reference:</b></p> | ||
<p class="section-para"> | ||
Robinson JT, Turner D, Durand NC, Thorvaldsdóttir H, Mesirov JP, Aiden EL. Juicebox.js Provides a | ||
Cloud-Based Visualization System for Hi-C Data. Cell Syst. 2018 Feb 28;6(2):256-258.e1. | ||
<a href="https://doi.org/10.1016/j.cels.2018.01.001" target="_blank">10.1016/j.cels.2018.01.001</a>. Epub | ||
2018 Feb 7. PMID: 29428417; PMCID: PMC6047755. | ||
</p> | ||
<p class="section-para"><b>Version: {{ all_stats_dicts['VERSIONS']['JUICEBOX_JS'] }}</b></p> | ||
</div> | ||
{% include 'hic/dropdown.html' %} {% include 'hic/report_contents.html' %} | ||
<div class="section-para-wrapper"> | ||
<p class="section-para"> | ||
Hi-C contact mapping experiments measure the frequency of physical contact between loci in the genome. The | ||
resulting dataset, called a “contact map,” is represented using a two-dimensional heatmap where the | ||
intensity of each pixel indicates the frequency of contact between a pair of loci. | ||
</p> | ||
<p class="section-para"><b>References:</b></p> | ||
|
||
<p class="section-para"> | ||
<b>fastp</b> Chen, Yanqing Zhou, Yaru Chen, Jia Gu, fastp: an ultra-fast all-in-one FASTQ preprocessor, Bioinformatics, | ||
Volume 34, Issue 17, September 2018, Pages i884–i890, <a href="https://doi.org/10.1093/bioinformatics/bty560" | ||
target="_blank">10.1093/bioinformatics/bty560</a> | ||
</p> | ||
|
||
<p class="section-para"> | ||
<b>BWA</b> Li, H. (2013). Aligning sequence reads, clone sequences and assembly contigs with BWA-MEM. arXiv preprint <a | ||
href="https://arxiv.org/abs/1303.3997" target="_blank">arXiv: 1303.3997</a>. | ||
</p> | ||
|
||
<p class="section-para"> | ||
<b>SAMBLASTER</b> Gregory G. Faust, Ira M. Hall, SAMBLASTER: fast duplicate marking and structural variant read extraction, | ||
Bioinformatics, Volume 30, Issue 17, September 2014, Pages 2503–2505, <a | ||
href="https://doi.org/10.1093/bioinformatics/btu314" target="_blank">10.1093/bioinformatics/btu314</a> | ||
</p> | ||
|
||
<p class="section-para"> | ||
<b>SAMtools</b> Petr Danecek, James K Bonfield, Jennifer Liddle, John Marshall, Valeriu Ohan, Martin O Pollard, Andrew Whitwham, | ||
Thomas Keane, Shane A McCarthy, Robert M Davies, Heng Li, Twelve years of SAMtools and BCFtools, GigaScience, | ||
Volume | ||
10, Issue 2, February 2021, giab008, <a href="https://doi.org/10.1093/gigascience/giab008" | ||
target="_blank">10.1093/gigascience/giab008</a> | ||
</p> | ||
|
||
<p class="section-para"> | ||
<b>Juicebox.js</b> Robinson JT, Turner D, Durand NC, Thorvaldsdóttir H, Mesirov JP, Aiden EL. Juicebox.js Provides a | ||
Cloud-Based Visualization System for Hi-C Data. Cell Syst. 2018 Feb 28;6(2):256-258.e1. | ||
<a href="https://doi.org/10.1016/j.cels.2018.01.001" target="_blank">10.1016/j.cels.2018.01.001</a>. Epub | ||
2018 Feb 7. PMID: 29428417; PMCID: PMC6047755. | ||
</p> | ||
|
||
<p class="section-para"><b>Version: {{ all_stats_dicts['VERSIONS']['JUICEBOX_JS'] }}</b></p> | ||
</div> | ||
{% include 'hic/dropdown.html' %} {% include 'hic/report_contents.html' %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters