-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 2.09 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
Package: driveR
Title: Prioritizing Cancer Driver Genes Using Genomics Data
Version: 0.4.1.9001
Authors@R:
person(given = "Ege",
family = "Ulgen",
role = c("aut", "cre", "cph"),
email = "egeulgen@gmail.com",
comment = c(ORCID = "0000-0003-2090-3621"))
Maintainer: Ege Ulgen <egeulgen@gmail.com>
Description: Cancer genomes contain large numbers of somatic alterations but few
genes drive tumor development. Identifying cancer driver genes is critical
for precision oncology. Most of current approaches either identify driver
genes based on mutational recurrence or using estimated scores predicting
the functional consequences of mutations. 'driveR' is a tool for
personalized or batch analysis of genomic data for driver gene prioritization
by combining genomic information and prior biological knowledge. As features,
'driveR' uses coding impact metaprediction scores, non-coding impact scores,
somatic copy number alteration scores, hotspot gene/double-hit gene
condition, 'phenolyzer' gene scores and memberships to cancer-related KEGG
pathways. It uses these features to estimate cancer-type-specific
probability for each gene of being a cancer driver using the related task of
a multi-task learning classification model. The method is described in detail
in Ulgen E, Sezerman OU. 2021. driveR: driveR: a novel method for
prioritizing cancer driver genes using somatic genomics data. BMC
Bioinformatics <doi:10.1186/s12859-021-04203-7>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://egeulgen.github.io/driveR/, https://github.com/egeulgen/driveR/
BugReports: https://github.com/egeulgen/driveR/issues
biocViews:
Imports:
caret,
randomForest,
GenomicRanges,
GenomeInfoDb,
GenomicFeatures,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Hsapiens.UCSC.hg38.knownGene,
S4Vectors,
org.Hs.eg.db,
rlang,
Depends:
R (>= 4.0)
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr