Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
hrehrauer committed Oct 19, 2020
1 parent 7e052f8 commit f635cd9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions week06-19oct2020/exercise/exercise06.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>

<head>

<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />

Expand Down Expand Up @@ -270,7 +269,6 @@
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
Expand Down Expand Up @@ -332,6 +330,7 @@
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
Expand Down Expand Up @@ -365,15 +364,15 @@

<h1 class="title toc-ignore">Exercise 6</h1>
<h4 class="author">Hubert Rehrauer</h4>
<h4 class="date">21 10 2019</h4>
<h4 class="date">19 10 2020</h4>

</div>


<div id="comparison-of-expression-estimates" class="section level2">
<h2>Comparison of Expression Estimates</h2>
<p>The data set consists for 3 Normal samples and 3 Treated samples with 2.5 Mio reads each. The reads are simulated to come from genes on the human chromosome 1.</p>
<p>The expression values from featureCounts were created with: We use the library subread to generate the counts</p>
<p>The expression values from featureCounts were created with: We use the library <code>Rsubread</code> to generate the counts</p>
<pre class="r"><code>library(Rsubread)
countResult1 = featureCounts(..., strandSpecific=0,
GTF.featureType=&quot;exon&quot;, GTF.attrType=&quot;gene_id&quot;, useMetaFeatures=TRUE,
Expand Down

0 comments on commit f635cd9

Please sign in to comment.