forked from bioinformatics-xu/DriverGenePathway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·38 lines (38 loc) · 1.45 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
Package: DriverGenePathway
Type: Package
Title: Identify Driver Genes and Driver Pathways in Cancer based on MutSigCV and Statistical methods
Version: 0.99.0
Authors@R: c(person("Xiaolu","Xu", email = "[email protected]", role = c("aut","cre")))
Maintainer: Xiaolu Xu <[email protected]>
Description: DriverGenePathway is an user-friendly R package integrating MutSigCV and statistical methods to identify cancer driver genes and pathways. The theoretical basis of MutSigCV program are integrated into DriverGenePathway, such as mutation categories discovery based on information entropy. Five hypothesis test methods, including beta binomial test, Fisher combined p-value test, likelihood ratio test, convolution test, and projection test are used together to identify the minimal core driver genes. Moreover, de novo methods, which can effectively overcome mutational heterogeneity, are introduced to identify driver pathways.
Suggests:
knitr,
rmarkdown,
testthat
BiocViews: Coverage, DriverMutation, SomaticMutation
Imports:
ggplot2,
caret,
data.table,
dplyr,
genalg,
kernlab,
marray,
MASS,
plyr,
stringr,
readxl,
VennDiagram,
ggrepel,
pheatmap,
tidyverse,
ggsci,
magrittr,
httr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/bioinformatics-xu/DriverGenePathway
BugReports: https://github.com/bioinformatics-xu/DriverGenePathway/issues