-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
38 lines (38 loc) · 1.63 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: GenomicFiles
Title: Distributed computing by file or by range
Description: This package provides infrastructure for parallel
computations distributed 'by file' or 'by range'. User
defined MAPPER and REDUCER functions provide added
flexibility for data combination and manipulation.
Version: 1.43.0
Authors@R: c(person("Bioconductor Package Maintainer", role = c("aut", "cre"),
email = "[email protected]"),
person("Valerie", "Obenchain", role = "aut"),
person("Michael", "Love", role = "aut"),
person("Lori", "Shepherd", role = "aut"),
person("Martin", "Morgan", role = "aut"),
person("Sonali", "Kumari", role = "ctb",
comment = "Converted 'GenomicFiles' vignettes from Sweave to RMarkdown / HTML."))
biocViews: Genetics, Infrastructure, DataImport, Sequencing, Coverage
Depends: R (>= 3.1.0), methods, BiocGenerics (>= 0.11.2), MatrixGenerics,
GenomicRanges (>= 1.31.16), SummarizedExperiment,
BiocParallel (>= 1.1.0), Rsamtools (>= 1.17.29), rtracklayer (>= 1.25.3)
Imports: GenomicAlignments (>= 1.7.7), IRanges, S4Vectors (>= 0.9.25),
VariantAnnotation (>= 1.27.9), GenomeInfoDb
Suggests: BiocStyle, RUnit, genefilter, deepSNV, snpStats, knitr,
RNAseqData.HNRNPC.bam.chr14, Biostrings, Homo.sapiens
License: Artistic-2.0
Collate: GenomicFiles-class.R
VcfStack-class.R
reduceByFile-methods.R
reduceByRange-methods.R
reduceFiles.R
reduceRanges.R
reduceByYield.R
pack-methods.R
unpack-methods.R
registry.R
zzz.R
Video: https://www.youtube.com/watch?v=3PK_jx44QTs
RoxygenNote: 6.1.0
VignetteBuilder: knitr