-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.55 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
Package: rnaCrosslinkOO
Type: Package
Title: Analysis of RNA Crosslinking Data
Version: 0.1.4
Authors@R: c(person("Jonathan", "Price",
email="[email protected]",
role=c("aut","cre"),
comment = c(ORCID = "0000-0001-6554-5667")),
person("Andrew",
"Lim",
email="[email protected]",
role=c("ctb")))
Maintainer: Jonathan Price <[email protected]>
Description: Analysis of RNA crosslinking data for RNA structure prediction. The package is suitable for the analysis of RNA structure cross-linking data and chemical probing data.
License: GPL-3
Encoding: UTF-8
BugReports: https://github.com/JLP-BioInf/rnaCrosslinkOO/issues
Depends: seqinr, GenomicRanges, stats
Imports: ggplot2, reshape2, MASS, mixtools, utils, S4Vectors, patchwork,
doParallel, igraph, R4RNA, RColorBrewer, IRanges, foreach,grDevices,
heatmap3, TopDom, tidyverse, RRNA, ggrepel, methods, parallel, ClassDiscovery
RoxygenNote: 7.3.1
Collate:
'rnaCrosslinkOO.R'
'rnaCrosslinkDataSet.R'
'clusterrnaCrosslink.R'
'clusterrnaCrosslinkMethodsAndHelpers.R'
'commonHelpersAndMethods.R'
'commonStatsAndPlots.R'
'foldrnaCrosslink.R'
'foldrnaCrosslinkMethodsAndHelpers.R'
'genericMethods.R'
'rnaCrosslinkDataSetMethodsAndHelpers.R'
'rnaCrosslinkOO-package.R'
'rnaCrosslinkQC.R'
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-08-25 10:24:32 UTC; jp