-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1 KB
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
Package: TRESS
Type: Package
Title: Toolbox for mRNA epigenetics sequencing analysis
Version: 0.99.1
Authors@R: c(person(given = "Zhenxing",
family = "Guo",
role = c("aut", "cre"),
email = "zhenxing.guo@emory.edu"),
person(given = "Hao",
family = "Wu",
role = "ctb"))
Description: This package is devoted to analyzing MeRIP-seq data. Current functionalities include 1. detect transcriptome wide m6A methylation regions 2. detect transcriptome wide differential m6A methylation regions.
Imports:
utils,
rtracklayer,
Matrix,
matrixStats,
stats,
methods,
graphics,
GenomicRanges,
GenomicFeatures,
IRanges,
Rsamtools,
AnnotationDbi
Depends: R (>= 4.0), parallel, S4Vectors
biocViews: Epigenetics, RNASeq, PeakDetection, DifferentialMethylation
License: CC0
Encoding: UTF-8
LazyData: false
Suggests: knitr, rmarkdown,BiocStyle
VignetteBuilder: knitr
RoxygenNote: 7.1.1