-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
34 lines (34 loc) · 978 Bytes
/
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
Package: RNAseQC
Title: Helper functions for conducting quality control of RNAseq data
Version: 0.0.0.9009
Authors@R: person("Matthew", "Dufort", email = "[email protected]", role = c("aut", "cre"))
Description: This package includes functions to assist with quality control of
RNAseq data. It includes functions for running PCA, plotting PCA output,
plotting quality metrics, estimating and plotting read saturation, inferring
the sex of a sample source from X- and Y-chromosome reads, determining and
plotting correlations between clinical/quality variables and PCs.
biocViews:
Imports:
reshape2,
ggplot2,
dplyr,
rlang,
ICC,
bigtabulate,
ggthemes,
checkmate,
countSubsetNorm,
miscHelpers,
biomaRt,
ComplexHeatmap
Remotes:
BenaroyaResearch/countSubsetNorm,
BenaroyaResearch/miscHelpers,
stephenturner/annotables
Depends:
R (>= 3.2.2)
Suggests:
annotables
License: GPL-3
LazyData: true
RoxygenNote: 7.3.2