bec6d131 |
Package: HybridExpress
|
93544ab2 |
Title: Comparative analysis of RNA-seq data for hybrids and their progenitors
|
7c5952c5 |
Version: 1.3.0
|
bec6d131 |
Date: 2023-10-17
Authors@R:
c(
person(
given = "Fabricio",
family = "Almeida-Silva",
role = c("aut", "cre"),
email = "fabricio_almeidasilva@hotmail.com",
comment = c(ORCID = "0000-0002-5314-2964")
),
person(
given = "Lucas",
|
8d83f963 |
family = "Prost-Boxoen",
|
bec6d131 |
role = "aut",
comment = c(ORCID = "0000-0003-2779-9097")
),
person(
given = "Yves",
family = "Van de Peer",
role = "aut",
email = "yves.vandepeer@psb.vib-ugent.be",
comment = c(ORCID = "0000-0003-4327-3730")
)
)
|
93544ab2 |
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.
|
bec6d131 |
License: GPL-3
URL: https://github.com/almeidasilvaf/HybridExpress
BugReports: https://support.bioconductor.org/tag/HybridExpress
biocViews:
Software,
|
93544ab2 |
FunctionalGenomics,
GeneExpression,
Transcriptomics,
RNASeq,
Classification,
DifferentialExpression
|
bec6d131 |
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
|
ec9fd985 |
RoxygenNote: 7.3.2
|
635f7aa7 |
Imports:
ggplot2,
|
3f85732e |
patchwork,
|
635f7aa7 |
rlang,
DESeq2,
SummarizedExperiment,
|
069a4e01 |
stats,
|
a6981401 |
methods,
|
069a4e01 |
RColorBrewer,
ComplexHeatmap,
|
44ee042f |
grDevices,
BiocParallel
|
bec6d131 |
Suggests:
BiocStyle,
knitr,
sessioninfo,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
|
635f7aa7 |
Depends:
|
d1ddd597 |
R (>= 4.3.0)
|
881cd7e2 |
LazyData: false
|