forked from openanalytics/gread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.08 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
Package: gread
Type: Package
Title: Fast Reading and Processing of Common Gene Annotation and Next
Generation Sequencing Format Files
Version: 0.99.2
Authors@R: c(
person("Arunkumar", "Srinivasan", , "[email protected]",
c("aut", "cre")), person("Open Analytics", role = "cph"))
Maintainer: Arunkumar Srinivasan <[email protected]>
Depends:
R (>= 3.3),
GenomicRanges
Imports:
stats,
utils,
methods,
tools,
data.table (>= 1.9.6),
stringi,
S4Vectors,
Rsamtools,
rtracklayer,
IRanges,
GenomicFeatures,
GenomicAlignments
Suggests:
knitr
Description: It allows for fast reading and processing of genome read and
annotation files such as gtf/gff/bed/bam. In addition, it also provides
functions for advanced manipulations such as filling missing intron
coordinates, extracting non-overlapping intron coordinates, extracting
overlapping genes etc.
License: GPL-3
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
biocViews: Annotation, DataImport, Sequencing, RNASeq, Software, Coverage