Skip to content

Commit

Permalink
Deployed 640f05a to 2023.5 with MkDocs 1.4.1 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed May 17, 2023
1 parent 0915223 commit 80fc7ee
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
7 changes: 3 additions & 4 deletions 2023.5/group_work/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -989,10 +989,9 @@ <h3 id="questions_2">Questions</h3>
<li>How does the quality of the reads look? Anything special about the overrepresented sequences? (Hint: <a href="https://blast.ncbi.nlm.nih.gov/">blast</a> some overrepresented sequences, and see what they are)</li>
<li>Did trimming improve the QC results? What could be the cause of the warnings/errors in the <code>fastqc</code> reports?</li>
<li>What are the alignment rates?</li>
<li>How do the aligners handle splicing?</li>
<li>How are spliced alignments stored in the SAM file?</li>
<li>What would be the effect of the aligner if you would be measuring gene expression? (To investigate this you&rsquo;ll need to run <a href="http://subread.sourceforge.net/featureCounts.html">featureCounts</a>).</li>
<li>What is the effect of setting the option <code>-Q</code> in <code>featureCounts</code> on the comparison between the aligners?</li>
<li>Can you find any genes that seem to be differentially expressed? (To investigate this you&rsquo;ll need to run <a href="http://subread.sourceforge.net/featureCounts.html">featureCounts</a>).</li>
<li>What is the effect of setting the option <code>-Q</code> in <code>featureCounts</code>?</li>
</ul>
<h3 id="hints_1">Hints</h3>
<p>We are now doing computations on a full genome, with full transcriptomic data. This is quite a bit more than we have used during the exercises. Therefore, computations take longer. However, most tools support parallel processing, in which you can specify how many cores you want to use to run in parallel. Your environment contains <strong>four</strong> cores, so this is also the maximum number of processes you can specify. Below you can find the options used in each command to specify multi-core processing.</p>
Expand Down Expand Up @@ -1054,7 +1053,7 @@ <h3 id="hints_1">Hints</h3>
-g<span class="w"> </span>Name<span class="w"> </span><span class="se">\</span>
-a<span class="w"> </span>&lt;annotations.gtf&gt;<span class="w"> </span><span class="se">\</span>
-o<span class="w"> </span>&lt;output.counts.txt&gt;<span class="w"> </span><span class="se">\</span>
&lt;bowtie2_alignment.bam&gt;<span class="w"> </span>&lt;hisat2_alignment.bam&gt;
*.bam
</code></pre></div>


Expand Down
2 changes: 1 addition & 1 deletion 2023.5/search/search_index.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions 2023.5/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,67 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-05-16</lastmod>
<lastmod>2023-05-17</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified 2023.5/sitemap.xml.gz
Binary file not shown.

0 comments on commit 80fc7ee

Please sign in to comment.