-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: txcutr
Title: Transcriptome CUTteR
Description: Various mRNA sequencing library preparation methods generate
sequencing reads specifically from the transcript ends. Analyses that focus
on quantification of isoform usage from such data can be aided by using
truncated versions of transcriptome annotations, both at the alignment or
pseudo-alignment stage, as well as in downstream analysis. This package
implements some convenience methods for readily generating such truncated
annotations and their corresponding sequences.
Version: 0.99.1
Date: 2021-10-01
Authors@R:
person(given = "Mervin",
family = "Fansler",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4108-4218"))
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
AnnotationDbi,
GenomicFeatures,
IRanges,
GenomicRanges,
BiocGenerics,
Biostrings,
S4Vectors,
rtracklayer,
BiocParallel,
stats,
methods,
utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
biocViews:
Alignment,
Annotation,
RNASeq,
Sequencing,
Transcriptomics
Suggests:
RefManageR,
BiocStyle,
knitr,
sessioninfo,
rmarkdown,
testthat (>= 3.0.0),
TxDb.Scerevisiae.UCSC.sacCer3.sgdGene,
BSgenome.Scerevisiae.UCSC.sacCer3
VignetteBuilder: knitr
Config/testthat/edition: 3