-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.26 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: dStruct
Type: Package
Title: Identifying differentially reactive regions from RNA structurome profiling data
Version: 1.13.0
Depends: R (>= 4.1)
Authors@R: c(
person("Krishna", "Choudhary", role=c("aut", "cre"),
email="kchoudhary@ucdavis.edu", comment = c(ORCID = "0000-0002-7966-1527")),
person("Sharon", "Aviran", role=c("aut"),
email="saviran@ucdavis.edu", comment = c(ORCID = "0000-0003-1872-9820")))
Description: dStruct identifies differentially reactive regions from RNA structurome profiling data. dStruct is compatible with a broad range of structurome profiling technologies, e.g., SHAPE-MaP, DMS-MaPseq, Structure-Seq, SHAPE-Seq, etc. See Choudhary et al., Genome Biology, 2019 for the underlying method.
Imports:
zoo,
ggplot2,
purrr,
reshape2,
parallel,
IRanges,
S4Vectors,
rlang,
grDevices,
stats,
utils
License: GPL (>= 2)
biocViews: StatisticalMethod, StructuralPrediction, Sequencing, Software
URL: https://github.com/dataMaster-Kris/dStruct
BugReports: https://github.com/dataMaster-Kris/dStruct/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
BiocStyle,
knitr,
rmarkdown,
tidyverse,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3