-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
72 lines (72 loc) · 2.05 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
64
65
66
67
68
69
70
71
72
Package: HybridExpress
Title: Comparative analysis of RNA-seq data for hybrids and their progenitors
Version: 1.1.1
Date: 2023-10-17
Authors@R:
c(
person(
given = "Fabricio",
family = "Almeida-Silva",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5314-2964")
),
person(
given = "Lucas",
family = "Prost-Boxoen",
role = "aut",
comment = c(ORCID = "0000-0003-2779-9097")
),
person(
given = "Yves",
family = "Van de Peer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4327-3730")
)
)
Description: HybridExpress can be used to perform comparative transcriptomics
analysis of hybrids (or allopolyploids) relative to their
progenitor species. The package features functions to perform exploratory
analyses of sample grouping, identify differentially expressed genes
in hybrids relative to their progenitors, classify genes in expression
categories (N = 12) and classes (N = 5),
and perform functional analyses. We also provide users with graphical
functions for the seamless creation of publication-ready figures that are
commonly used in the literature.
License: GPL-3
URL: https://github.com/almeidasilvaf/HybridExpress
BugReports: https://support.bioconductor.org/tag/HybridExpress
biocViews:
Software,
FunctionalGenomics,
GeneExpression,
Transcriptomics,
RNASeq,
Classification,
DifferentialExpression
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggplot2,
patchwork,
rlang,
DESeq2,
SummarizedExperiment,
stats,
methods,
RColorBrewer,
ComplexHeatmap,
grDevices,
BiocParallel
Suggests:
BiocStyle,
knitr,
sessioninfo,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 4.3.0)
LazyData: false