Skip to content

Commit

Permalink
Merge pull request #2 from csc-training/IonTorrentJYU23
Browse files Browse the repository at this point in the history
Add Ion Torrent exercises
  • Loading branch information
helijuottonen committed Aug 10, 2023
2 parents f7615b8 + 75ee8eb commit cbe02f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/IonTorrent/Exercises_day2.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@



<title>Exercises_day2.knit</title>
<title>Exercises_IonTorrent_day2.knit</title>

<script>// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
Expand Down Expand Up @@ -864,10 +864,8 @@ <h3><strong>Getting the data into <code>phyloseq</code></strong></h3>
<ol style="list-style-type: lower-roman">
<li><p>Select the file <code>file.opti_mcc.shared</code> and in the
<em>Selected files</em> choose the tab <em>Phenodata</em>.</p></li>
<li><p>Remove the columns <code>chiptype</code>, <code>group</code> and
<code>description</code> by clicking the <code>x</code>. Create new
columns called <code>site</code> and <code>bagging</code> by clicking
<code>+ Add column</code>.</p></li>
<li><p>Create new columns called <code>site</code> and
<code>bagging</code> by clicking <code>+ Add column</code>.</p></li>
<li><p>Check how the sample names in the column <code>sample</code>
start, and based on this enter the site codes <code>HP</code> and
<code>KEK</code> in the column <code>site</code>. Next, check the
Expand Down
2 changes: 1 addition & 1 deletion eLena_md/IonTorrent/Exercises_IonTorrent_day2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `Generate input files for phyloseq` tool produces a phenodata file (a file t

i) Select the file `file.opti_mcc.shared` and in the *Selected files* choose the tab *Phenodata*.

ii) Remove the columns `chiptype`, `group` and `description` by clicking the `x`. Create new columns called `site` and `bagging` by clicking `+ Add column`.
ii) Create new columns called `site` and `bagging` by clicking `+ Add column`.

iii) Check how the sample names in the column `sample` start, and based on this enter the site codes `HP` and `KEK` in the column `site`. Next, check the characters after `HP`and `KEK` in the sample names. When the next character is c, fill in `control` in the column `bagging`. When the next characters are `ps`, fill in `bagged` in the column `bagging`.

Expand Down

0 comments on commit cbe02f4

Please sign in to comment.