-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
67 lines (67 loc) · 1.61 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
59
60
61
62
63
64
65
66
67
Package: BioQC
Type: Package
Title: Detect tissue heterogeneity in expression profiles with gene sets
Version: 1.23.1
Date: 2022-01-26
Authors@R: c(
person("Jitao David", "Zhang", email="[email protected]", role = c("cre", "aut")),
person("Laura", "Badi", role="aut"),
person("Gregor", "Sturm", email="[email protected]", role=c("aut")),
person("Roland", "Ambs", role="aut"),
person("Iakov", "Davydov", role="aut"))
Description: BioQC performs quality control of high-throughput expression data
based on tissue gene signatures. It can detect tissue heterogeneity in gene
expression data. The core algorithm is a Wilcoxon-Mann-Whitney test that is
optimised for high performance.
biocViews: GeneExpression,QualityControl,StatisticalMethod, GeneSetEnrichment
Depends:
R (>= 3.5.0),
Biobase
Imports:
edgeR,
Rcpp,
methods,
stats,
utils
Collate:
AllClasses.R
AllMethods.R
as.GmtList.R
GmtList-funcs.R
readSignedGmt.R
uniqGenesetsByNamespace.R
appendGmtList.R
utils.R
entropy.R
gini.R
readGmt.R
matchGenes.R
wmwTest.R
readCurrentSignatures.R
prettySigNames.R
leadingEdge.R
Suggests:
testthat,
knitr,
rmarkdown,
lattice,
latticeExtra,
rbenchmark,
gplots,
gridExtra,
org.Hs.eg.db,
hgu133plus2.db,
ggplot2,
reshape2,
plyr,
ineq,
covr,
limma,
RColorBrewer
LinkingTo: Rcpp
VignetteBuilder: knitr
License: GPL (>=3) + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: https://accio.github.io/BioQC
BugReports: https://github.com/Accio/BioQC/issues