Skip to content

Commit eebec2c

Browse files
authored
Initial commit
0 parents  commit eebec2c

File tree

141 files changed

+11944
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+11944
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
.idea/*
3+
_site/*

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

Lines changed: 250 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.11.1)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.8.0)
10+
public_suffix (>= 2.0.2, < 5.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.1.5)
19+
dnsruby (1.61.2)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
25+
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
27+
execjs (2.7.0)
28+
faraday (0.15.4)
29+
multipart-post (>= 1.2, < 3)
30+
ffi (1.11.1)
31+
forwardable-extended (2.6.0)
32+
gemoji (3.0.1)
33+
github-pages (198)
34+
activesupport (= 4.2.11.1)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.5)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.11.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.6.0)
50+
jekyll-remote-theme (= 0.3.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
54+
jekyll-swiss (= 0.4.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.2)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
73+
mercenary (~> 0.3)
74+
minima (= 2.5.0)
75+
nokogiri (>= 1.8.5, < 2.0)
76+
rouge (= 2.2.1)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.16.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.11.1)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
87+
http_parser.rb (0.6.0)
88+
i18n (0.9.5)
89+
concurrent-ruby (~> 1.0)
90+
jekyll (3.8.5)
91+
addressable (~> 2.4)
92+
colorator (~> 1.0)
93+
em-websocket (~> 0.5)
94+
i18n (~> 0.7)
95+
jekyll-sass-converter (~> 1.0)
96+
jekyll-watch (~> 2.0)
97+
kramdown (~> 1.14)
98+
liquid (~> 4.0)
99+
mercenary (~> 0.3.3)
100+
pathutil (~> 0.9)
101+
rouge (>= 1.7, < 4)
102+
safe_yaml (~> 1.0)
103+
jekyll-avatar (0.6.0)
104+
jekyll (~> 3.0)
105+
jekyll-coffeescript (1.1.1)
106+
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.7, < 5.0)
111+
jekyll-commonmark-ghpages (0.1.5)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1)
114+
rouge (~> 2)
115+
jekyll-default-layout (0.1.4)
116+
jekyll (~> 3.0)
117+
jekyll-feed (0.11.0)
118+
jekyll (~> 3.3)
119+
jekyll-gist (1.5.0)
120+
octokit (~> 4.2)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
123+
octokit (~> 4.0, != 4.4.0)
124+
jekyll-mentions (1.4.1)
125+
html-pipeline (~> 2.3)
126+
jekyll (~> 3.0)
127+
jekyll-optional-front-matter (0.3.0)
128+
jekyll (~> 3.0)
129+
jekyll-paginate (1.1.0)
130+
jekyll-readme-index (0.2.0)
131+
jekyll (~> 3.0)
132+
jekyll-redirect-from (0.14.0)
133+
jekyll (~> 3.3)
134+
jekyll-relative-links (0.6.0)
135+
jekyll (~> 3.3)
136+
jekyll-remote-theme (0.3.1)
137+
jekyll (~> 3.5)
138+
rubyzip (>= 1.2.1, < 3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.5.0)
142+
jekyll (~> 3.3)
143+
jekyll-sitemap (1.2.0)
144+
jekyll (~> 3.3)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.3)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
187+
jekyll (~> 3.3)
188+
jekyll-watch (2.2.1)
189+
listen (~> 3.0)
190+
jemoji (0.10.2)
191+
gemoji (~> 3.0)
192+
html-pipeline (~> 2.2)
193+
jekyll (~> 3.0)
194+
kramdown (1.17.0)
195+
liquid (4.0.0)
196+
listen (3.1.5)
197+
rb-fsevent (~> 0.9, >= 0.9.4)
198+
rb-inotify (~> 0.9, >= 0.9.7)
199+
ruby_dep (~> 1.2)
200+
mercenary (0.3.6)
201+
mini_portile2 (2.6.1)
202+
minima (2.5.0)
203+
jekyll (~> 3.5)
204+
jekyll-feed (~> 0.9)
205+
jekyll-seo-tag (~> 2.1)
206+
minitest (5.11.3)
207+
multipart-post (2.1.1)
208+
nokogiri (1.12.5)
209+
mini_portile2 (~> 2.6.1)
210+
racc (~> 1.4)
211+
octokit (4.14.0)
212+
sawyer (~> 0.8.0, >= 0.5.3)
213+
pathutil (0.16.2)
214+
forwardable-extended (~> 2.6)
215+
public_suffix (3.1.1)
216+
racc (1.5.2)
217+
rb-fsevent (0.10.3)
218+
rb-inotify (0.10.0)
219+
ffi (~> 1.0)
220+
rouge (2.2.1)
221+
ruby-enum (0.7.2)
222+
i18n
223+
ruby_dep (1.5.0)
224+
rubyzip (2.0.0)
225+
safe_yaml (1.0.5)
226+
sass (3.7.4)
227+
sass-listen (~> 4.0.0)
228+
sass-listen (4.0.0)
229+
rb-fsevent (~> 0.9, >= 0.9.4)
230+
rb-inotify (~> 0.9, >= 0.9.7)
231+
sawyer (0.8.2)
232+
addressable (>= 2.3.5)
233+
faraday (> 0.8, < 2.0)
234+
terminal-table (1.8.0)
235+
unicode-display_width (~> 1.1, >= 1.1.1)
236+
thread_safe (0.3.6)
237+
typhoeus (1.3.1)
238+
ethon (>= 0.9.0)
239+
tzinfo (1.2.5)
240+
thread_safe (~> 0.1)
241+
unicode-display_width (1.6.0)
242+
243+
PLATFORMS
244+
ruby
245+
246+
DEPENDENCIES
247+
github-pages
248+
249+
BUNDLED WITH
250+
2.0.2

LICENSE

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2018, Kutay B. Sezginel
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
All documentation for the workshop is best viewed from the github.io pages
2+
3+
[Documentation](https://ucdavis-bioinformatics-training.github.io/ucdavis-bioinformatics-training_template/)
4+
5+
Bioinformatics: RNA-Seq Workshop @ UC Davis
6+
Aug. 19, 2019, 9 a.m. - Aug. 23, 2019, 4:30 p.m.
7+
Organizer - Bioinformatics Core
8+
Contact - UC Davis Bioinformatics Core, training.bioinformatics@ucdavis.edu
9+
10+
This workshop will include a rich collection of lectures and hands-on sessions, covering both theory and tools associated with command-line RNA-seq data analysis. Participants will explore experimental design, cost estimation, data generation, and analysis of RNA-Seq data generated on the Illumina sequencing platform. Participants will explore software and protocols, create and modify workflows, and diagnose/treat problematic data utilizing high performance computing services. Exercises will be performed with provided datasets, using command-line interaction.
11+
12+
A preliminary agenda for the week includes:
13+
14+
* Monday Introduction to the command line, cluster resources, and the R programming language (or advanced computing topics)
15+
* Tuesday Introduction to sequence data and preprocessing
16+
* Wednesday Mapping data to a genome and transcript expression quantification
17+
* Thursday Differential expression analysis
18+
* Friday Post differential expression analysis, including gene set enrichment analysis, Gene Ontology/Pathway analysis, Generation of figures and tables
19+
20+
Lectures throughout the week will include topics such as:
21+
22+
* Sequencing technologies
23+
* What is Bioinformatics?
24+
* Hardware and software considerations
25+
* Experimental design and cost estimation
26+
* TAG-Seq vs. mRNA-Seq
27+
28+
### Industry Sponsors
29+
30+
|:------|:------|------|
31+
| Monday | <img src="base_figures/kapa.jpeg" alt="kapa" width="150px"/> | |
32+
| Monday Evening Social | <img src="base_figures/illumina.png" alt="illumina" width="150px"/> | |
33+
| Tuesday | <img src="base_figures/agilant.png" alt="agilant" width="150px"/> | |
34+
| Wednesday | <img src="base_figures/lexogen.jpeg" alt="lexogen" width="150px"/> | |
35+
| Thursday | <img src="base_figures/takara.png" alt="takara" width="150px"/> | |
36+
| Friday | <img src="base_figures/10x.png" alt="10x genomics" width="150px"/> | |
37+
38+
### FAQ
39+
40+
Who should attend? … Prior course participants have included faculty, post docs, grad students, staff, and industry researchers.
41+
42+
What are the prerequisites? … There are no prerequisites other than familiarity with general biological concepts and an enthusiasm for learning bioinformatics data analysis. Some familiarity with the command-line and R is desirable. However, we will dedicate time on the first day to bringing everyone up-to-speed to be able to run the commands needed during this workshop.
43+
44+
What do I need to bring? … You will need to bring your own laptop to use, have a recent version of Java installed, and an application that will allow you to ssh into a server (e.g. Putty for windows, or iTerm for Apple) as well as the ability to connect to the internet via wifi. Computational exercises will be performed on a remote server. We can help with setup early on in the workshop. If your department does not allow you to install software on the laptop you’ll be bringing, please contact us ahead of time.
45+
46+
Can I bring my own data? … We will provide experimental datasets for use during the workshop, as this helps to keep the workshop moving. There will be time, however, to discuss your own datasets and how you might work with them outside of the workshop.
47+
48+
How much does it cost? … The registration fee is $1,500 for current students, postdocs, staff and faculty at UC campus' or UC National Labs (LBNL, LANL, LLNL), $1,750 for other academic or non-profit participants and $2,500 for other participants. We accept credit cards, as well as UC Davis recharge accounts, for payment. Registration fees include light breakfast, lunch, and snacks, but do not include dinner, lodging or parking fees.
49+
50+
Where is the workshop? … It will be held in Davis and will run from 9:00am to 4:30pm on the dates indicated. The specific location will be provided at a later date.
51+
52+
How do I apply? … All registration is “first-come, first-served”. There is no application process. So, sign up as soon as possible to ensure your place in the workshop.
53+
54+
Where can I find more information, including your policies? ... Go to our website (bioinformatics.ucdavis.edu/training/) and check out our FAQ and Policies.
55+
56+
### Questions
57+
58+
If you have any questions, please don’t hesitate to contact us at training.bioinformatics@ucdavis.edu
59+
60+
61+
### Register
62+
63+
https://registration.genomecenter.ucdavis.edu/events/RNASeq-workshop_Aug_2019/
64+
65+
**Registration is closed for this event**

_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
theme: jekyll-theme-minimal
2+
title: 'UC Davis Bioinformatics Workshop Base Template'
3+
show_downloads: True
4+
google_analytics: True
5+
navigation:
6+
- title: Home
7+
url: /
8+
9+
- heading: Introduction
10+
- title: Intro to the Workshop and Core
11+
url: welcome
12+
- title: Examples of Markdown Formatting
13+
url: examples

0 commit comments

Comments
 (0)