forked from PoisonAlien/maftools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.25 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
Package: maftools
Type: Package
Title: Summarize, Analyze and Visualize MAF Files
Version: 2.2.20
Date: 2015-12-14
Authors@R:
person(given = "Anand",
family = "Mayakonda",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1162-687X"), role = c("aut","cre"))
Maintainer: Anand Mayakonda <[email protected]>
Description: Analyze and visualize Mutation Annotation Format (MAF) files from large scale sequencing studies. This package provides various functions to perform most commonly used analyses in cancer genomics and to create feature rich customizable visualzations with minimal effort.
URL: https://github.com/PoisonAlien/maftools
BugReports: https://github.com/PoisonAlien/maftools/issues
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.3)
Imports:
data.table,
RColorBrewer,
methods,
wordcloud,
grDevices,
survival
RoxygenNote: 7.0.2
Encoding: UTF-8
Suggests: knitr, rmarkdown, BSgenome, Biostrings, NMF, mclust
VignetteBuilder: knitr
biocViews: DataRepresentation, DNASeq, Visualization, DriverMutation, VariantAnnotation,
FeatureExtraction, Classification, SomaticMutation, Sequencing, FunctionalGenomics, Survival
NeedsCompilation: no
Packaged: 2016-04-08 02:06:05 UTC; anand