generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
58 lines (58 loc) · 1.36 KB
/
DESCRIPTION
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
Package: BasicR
Title: Introductory course for R
Version: 0.0.0.9000
Authors@R:
c(person(given = "Reka",
family = "Toth",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-6096-1052")),
person(given = "Rajbir Nath",
family = "Batra",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-7010-8189"))
)
Description: The package provides a very basic introduction into R, mostly designed for non bioinformatician researchers.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
pkgdown,
R (>= 3.5.0)
Suggests:
knitr,
Hmisc,
rmarkdown,
tidyverse,
workflowr,
ggplot2,
devtools,
DESeq2,
pasilla,
GenomicRanges,
dslabs,
ggthemes,
ggrepel,
ggpubr,
broom,
openintro,
TCGAbiolinks,
Glimma,
DOSE,
org.Hs.eg.db,
RnBeads,
RnBeads.hg19,
data.table,
rtracklayer,
ChIPseeker,
TxDb.Hsapiens.UCSC.hg19.knownGene,
clusterProfiler,
methrix,
annotatr
VignetteBuilder: knitr
URL: https://github.com/CompEpigen/BasicR
BugReports: https://github.com/CompEpigen/BasicR/issues
DockerImage: tothreka/basicr:latest