forked from genomicsclass/labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.R
97 lines (77 loc) · 1.82 KB
/
packages.R
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
# For all weeks:
install.packages("devtools")
library(devtools)
install_github("ririzarr/rafalib")
install_github("genomicsclass/dagdata")
source("http://bioconductor.org/biocLite.R")
biocLite()
biocLite("Biobase")
biocLite("GenomicRanges")
# Week 1
install.packages("dplyr")
biocLite("Biobase")
# Week 2
biocLite("GEOquery")
biocLite("parathyroidSE")
install.packages("matrixStats")
install.packages("RColorBrewer")
biocLite("affy")
biocLite("oligo")
# Week 3
biocLite("genefilter")
biocLite("limma")
install.packages("animation")
# Week 4
biocLite("SpikeInSubset")
library(devtools);install_github("BackgroundExperimentYeast","stephaniehicks")
biocLite("SpikeIn")
install.packages("MASS")
biocLite("parathyroidSE")
install.packages("matrixStats")
biocLite("limma")
biocLite("affy")
install.packages("animation")
biocLite("preprocessCore")
biocLite("vsn")
library(devtools);install_github("mycAffyData","stephaniehicks")
install.packages("SQN")
# Week 5
install.packages("class")
install.packages("caret")
install.packages("RColorBrewer")
biocLite("genefilter")
install.packages("gplots")
install.packages("matrixStats")
install.packages("animation")
biocLite("yeastCC")
install.packages("UsingR")
# Week 6
biocLite("genefilter")
install.packages("MASS")
biocLite("hgfocus.db")
biocLite("sva")
biocLite("limma")
# Week 7
biocLite("GEOquery")
biocLite("limma")
biocLite("org.Hs.eg.db")
biocLite("GO.db")
biocLite("SpikeInSubset")
biocLite("genefilter")
biocLite("rae230a.db")
biocLite("AnnotationDbi")
biocLite("biomaRt")
# Week 8
biocLite("pasillaBamSubset")
biocLite("TxDb.Dmelanogaster.UCSC.dm3.ensGene")
biocLite("Rsamtools")
biocLite("GenomicAlignments")
biocLite("DESeq2")
biocLite("biomaRt")
biocLite("Gviz")
biocLite("ggbio")
# For building data objects
biocLite("GEOquery")
biocLite("affy")
biocLite("simpleaffy")
biocLite("SpikeIn")