forked from CrumpLab/LabJournalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
40 lines (28 loc) · 1.13 KB
/
Copy pathindex.Rmd
File metadata and controls
40 lines (28 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: "Aaron Mitchell-Dick"
output: html_document
---
<style type="text/css">
.title {
display: none;
}
margin-right: 10px;
}
</style>
<div class="row" style="padding-top: 30px;">
<div class="col-sm-6">
# **AMD Bioinformatics**
Easy to follow bioinformatics workflows on the command line, bash (Linux), R, Python, and github.
## RNA-Seq
1. Going from raw sequencing reads to kallisto pseudoalignment mapping.
[Raw Sequencing Reads -> filtering(FastQC, TrimGalore) -> kallisto](https://aaronmitchd.github.io/RNA_Seq/raw_seq_reads_to_kallisto.html)
2. Using kallisto abundance files for differential expression analysis.
[kallisto abundance.h5 -> tximport -> DESeq2](https://aaronmitchd.github.io/RNA_Seq/kallisto_h5_to_tximport_to_DESeq2_eval.html)
3. Installing necessary programs and packages: [Install Packages](https://aaronmitchd.github.io/RNA_Seq/Install-Packages.html)
</div>
<div class="col-sm-6">
### About the webpage and author
#### [Github](https://aaronmitchd.github.io/RNA_Seq/About-and-References.html)
#### [Google Scholar Citations](https://tinyurl.com/AMD-GS-CV)
</a>
</div>