-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.27 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
54
55
56
57
58
59
60
61
62
63
Package: isomiRs
Version: 1.33.2
Date: 2024-08-23
Type: Package
Title: Analyze isomiRs and miRNAs from small RNA-seq
Description: Characterization of miRNAs and isomiRs, clustering and
differential expression.
biocViews: miRNA, RNASeq,
DifferentialExpression, Clustering, ImmunoOncology
BugReports: https://github.com/lpantano/isomiRs/issues
Suggests:
knitr,
rmarkdown,
org.Mm.eg.db,
targetscan.Hs.eg.db,
pheatmap,
BiocStyle,
testthat
Depends:
R (>= 4.4),
SummarizedExperiment
Imports:
AnnotationDbi,
BiocGenerics,
Biobase,
broom,
cluster,
cowplot,
DEGreport,
DESeq2,
IRanges,
dplyr,
GenomicRanges,
gplots,
ggplot2,
gtools,
gridExtra,
grid,
grDevices,
graphics,
GGally,
limma,
methods,
RColorBrewer,
readr,
reshape,
rlang,
stats,
stringr,
S4Vectors,
tidyr,
tibble
LazyData: true
Authors@R: c(
person("Lorena", "Pantano",
email = "lorena.pantano@gmail.com",
role = c("aut", "cre")),
person("Georgia", "Escaramis", role = "aut", comment="CIBERESP - CIBER Epidemiologia y Salud Publica"))
License: MIT + file LICENSE
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8