-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.04 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
Type: Package
Package: coriell
Title: Convenience Functions for Bioinformatics
Version: 0.16.0
Authors@R:
person("Gennaro", "Calendo", , "[email protected]", role = c("aut", "cre"))
Description: This package provides many helper functions for common
bioinformatics tasks such as plotting and summarizing the results of
differential expression analyses, creating heatmaps from expression
data, performing permutation tests, selecting outliers, analyzing PCA
plots, and many other common tasks.
License: MIT + file LICENSE
URL: https://github.com/coriell-research/coriell
BugReports: https://github.com/coriell-research/coriell/issues
Depends:
R (>= 2.10)
Imports:
data.table,
ggplot2
Suggests:
edgeR,
fastcluster,
GenomicRanges,
ggrepel,
httr2,
knitr,
matrixStats,
metapod,
PCAtools,
pheatmap,
rdist,
Rfast,
rmarkdown,
Rsamtools,
SummarizedExperiment,
testthat,
umap,
viridisLite
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2