forked from rcastelo/GenomicScores
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 956 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: GenomicScores
Type: Package
Title: Classes and methods to work with genomewide position-specific scores
Description: Provide support to store and retrieve genomic scores associated
with nucleotide positions along a genome.
Version: 0.99.16
Authors@R: c(person("Robert", "Castelo", role=c("aut", "cre"),
email="[email protected]"), person("Pau", "Puigdevall", role="ctb", email="[email protected]"))
License: Artistic-2.0
Depends: R (>= 3.0.0), S4Vectors (>= 0.7.21), GenomicRanges, methods,
BiocGenerics (>= 0.13.8)
Imports: IRanges (>= 2.3.23), BSgenome, GenomeInfoDb, AnnotationHub,
AnnotationHubData
Suggests: BiocStyle, knitr, rmarkdown, BSgenome.Hsapiens.UCSC.hg19,
phastCons100way.UCSC.hg19, phastCons100way.UCSC.hg38
VignetteBuilder: knitr
URL: https://github.com/rcastelo/GenomicScores
BugReports: https://github.com/rcastelo/GenomicScores/issues
Encoding: UTF-8
LazyData: yes
biocViews: Genetics, Annotation