-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·29 lines (29 loc) · 1.17 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
Package: SignatureFinder
Title: Finding the gene signature.
Version: 1.0
Authors@R: c(
person("Monika", "Lapinska", email = "[email protected]", role = c("aut", "cre")),
person("geneticsMiNIng", "https://github.com/geneticsMiNIng", role=c("cph"))
)
Description: SignatureFinder builds the gene signature, using statistical methods
and knowledge contained in the Gene Ontology. First, using the Kruskal-Wallis test,
selects genes which most differentiate specific types of cancer.
Then, referring to the characteristic features downloaded from the Gene Ontology,
selects genes with similar functions as the group selected in the first step. Then add them to the signature.
Another adventage of the package is to create SVM classifier or random forests classifier
which are based on the genes from the signature. Therefore the result of the package
is a vector of gene signature and a tool which allows to classify
new cell samples from patients to a particular type of cancer.
Depends:
R (>= 3.1.0),
e1071,
randomForest
Imports:
topGO,
org.Hs.eg.db
License: GPL-2
Encoding: UTF-8
LazyData: true
Suggests:
testthat
RoxygenNote: 5.0.1