forked from griffithlab/GenVisR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 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
Package: GenVisR
Title: Genomic Visualizations in R
Version: 1.1.5
Authors@R: c(person(given="Zachary", family="Skidmore", email="[email protected]",
role=c("aut", "cre")), person(given="Alex", family="Wagner", role="aut"),
person(given="Robert", family="Lesurf", role="aut"), person(given="Katie",
family="Campbell", role="aut"), person(given="Jason", family="Kunisaki",
email="[email protected]", role="aut"), person(given="Obi", family="Griffith",
email="[email protected]", role="aut"), person(given="Malachi", family="Griffith",
email="[email protected]", role="aut"))
Maintainer: Zachary Skidmore <[email protected]>
Description: Produce highly customizable publication quality graphics for genomic data
primarily at the cohort level.
Depends: R (>= 3.3.0)
Imports: AnnotationDbi, biomaRt, BiocGenerics, Biostrings, DBI, FField, GenomicFeatures, GenomicRanges,
ggplot2 (>= 0.9.2), grid, gridExtra, gtable, gtools, IRanges,
plyr (>= 1.8.3), reshape2, Rsamtools, scales, stats, utils, viridis
License: GPL-3 + file LICENSE
BugReports: https://github.com/griffithlab/GenVisR/issues
biocViews: Infrastructure, DataRepresentation, Classification, DNASeq
LazyData: true
Suggests: BiocStyle, BSgenome.Hsapiens.UCSC.hg19, knitr, RMySQL, roxygen2,
testthat, TxDb.Hsapiens.UCSC.hg19.knownGene
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Author: Zachary Skidmore [aut, cre], Alex Wagner [aut], Robert Lesurf [aut], Katie Campbell
[aut], Jason Kunisaki [aut], Obi Griffith [aut], Malachi Griffith [aut]