-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 905 Bytes
/
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
Package: geneBodyCoverage
Type: Package
Title: Compute transcript coverage from RNA-Seq data
Version: 0.1.0
Author: Alexis Weinreb
Maintainer: Alexis Weinreb <alexis.weinreb@yale.edu>
Description: Given gene annotations and RNA-Seq BAM files, compute
the number of reads that fall at any given position in each transcript.
This allows to detect 3' bias or 5'bias, and determine whether the coverage is
uniform.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
GenomeInfoDb,
furrr,
Rsamtools,
testthat (>= 3.0.0),
future
Config/testthat/edition: 3
URL: https://github.com/AlexWeinreb/geneBodyCoverage
BugReports: https://github.com/AlexWeinreb/geneBodyCoverage/issues
Imports:
BiocGenerics,
dplyr,
GenomicAlignments,
GenomicRanges,
getopt,
IRanges,
methods,
purrr,
readr,
S4Vectors,
tidyr
RoxygenNote: 7.2.2