-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
211 lines (110 loc) · 5.01 KB
/
index.Rmd
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
---
title: "Differential Expression Workshop NCGR"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
# url: your book url like https://bookdown.org/yihui/bookdown
# cover-image: path to the social sharing image like images/cover.jpg
description: |
This is the material for a Differential Gene Expression workshop offered by NCGR in collaboration
with NM-INBRE.
link-citations: yes
github-repo: ncgr/DE-Bookdown
---
# License and Copyright{-}
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
https://creativecommons.org/licenses/by-nc-nd/4.0/
© 2023 National Center for Genome Resources
<br>
![](./Figures/INBRE_Logo_Grad_transparent-2019.png){width=20%}
<br>
![](./Figures/ncgr.png){width=30%}
## Getting Started{-}
## Prerequisites
Unix, sequencing basics and other study guides will be provided upon acceptance.
## Installs
Make sure the following software is installed on your local computer before the workshop. Please contact Ethan Price at inbre\@ncgr.org if you have questions.
Computer requirements:\
Windows 7, 8, 10 or later \
Mac Sierra or later\
(No Chromebooks)
1. [Zoom](https://zoom.us/download)
Install the correct version for your OS. Don't plan to use the web version, as this does not have enough features.
2. [Integrated Genomics Viewer (IGV)](https://software.broadinstitute.org/software/igv/download)
3. [MobaXterm](https://mobaxterm.mobatek.net/download.html) (Windows Users Only. Mac or Linux users will use their native terminal)
* Download the "Home" "Installer" edition. Be careful not to install the portable or professional editions.
* Before installing, extract the installer zip folder to any location on your computer.
* Now run the installer and follow the prompts.
4. [Filezilla](https://filezilla-project.org/)
5. [Cytoscape](https://cytoscape.org/)
Everyone will need Cytoscape (a web-based pathway analysis tool). Please perform the following:
* Download Cytoscape: instructions at https://cytoscape.org/ >Download.
* Request a ClueGo license key (this takes a couple days) at http://www.ici.upmc.fr/cluego/cluegoLicense.shtml
* Open Cytoscape
* Install the ClueGo App. Click on Apps > App Manager > Find ClueGo in the App Manager list and click install
* Open ClueGo in Cytoscape by clicking on Apps>ClueGo. Input your license key.
## Agenda
[Zoom](https://us06web.zoom.us/j/6272683319?omn=86109658022)
ID: 627 268 3319
Passcode: 054689
Sessions are from 9-12 and 1-4 mountain time (M-F). Please let us know ([email protected] or during the workshop) if you have to miss part of a day.
Zoom recordings:
Please do not share these (see the Wrap Up chapter for more information).
_____
**Monday**
<span style="color: lightgray;">MORNING</span>\
NCGR and NM-INBRE Introduction (Joann)\
Student Introductions\
Linux\
<span style="color: forestgreen;">Linux</span> (Adam)
<span style="color: lightgray;">AFTERNOON</span>\
<span style="color: forestgreen;">Linux</span> (cont) (Adam)
_____
**Tuesday**
<span style="color: lightgray;">MORNING</span>\
<span style="color: forestgreen;">Linux</span> (cont) (Adam)
<span style="color: forestgreen;">Sequence Metrics and Quality Control</span> (Adam)\
<span style="color: lightgray;">AFTERNOON</span>\
Sequencing Technologies and Lab Protocols (Adam)
<span style="color: forestgreen;">Read Alignment</span> (indexing) (Adam)\
_____
**Wednesday**
<span style="color: lightgray;">MORNING</span>\
<span style="color: forestgreen;">Read Alignment</span> (Adam)\
<span style="color: forestgreen;">Abundance Estimation</span> (Joann)\
<span style="color: lightgray;">AFTERNOON</span>\
Differential Gene Expression Analysis (Joann)\
<span style="color: forestgreen;">DGE</span>
_____
**Thursday**
<span style="color: lightgray;">MORNING</span>\
Differential Gene Expression Analysis (Joann) \
<span style="color: forestgreen;">DGE (cont)</span>
<span style="color: forestgreen;">ggplot2</span> (Adam)\
<span style="color: lightgray;">AFTERNOON</span>\
<span style="color: forestgreen;">ggplot2 (cont) </span> (Adam)\
<span style="color: forestgreen;">Interactive Visualization</span> (Adam)\
_____
**Friday**
<span style="color: lightgray;">MORNING</span>\
<span style="color: forestgreen;">Pathway Enrichment Analysis</span> (Joann)\
<span style="color: lightgray;">AFTERNOON</span>\
<span style="color: forestgreen;">Coexpression Networks</span> (Joann)\
Feedback Survey\
Logrus Access Request\
_____
<span style="color: forestgreen;">Green</span> text indicates hands-on sessions. Please note that the timing might shift slightly.
## Connecting to the linux server
1. Open your terminal.
2. Type the following on your command line, substituting in your username for <username>.
```
ssh -p2403 <username>@inbre.ncgr.org
```
3. Enter your password.
If you have trouble connecting, please contact Ethan Price at [email protected].
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```