-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LDA
authored and
LDA
committed
Oct 22, 2024
1 parent
8a6e0a7
commit 57c5a22
Showing
2 changed files
with
76,333 additions
and
14,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
Package: enONE | ||
Title: Epitranscriptional NAD-capped RNA analysis by spike-in based Omic-level Normalization and Evaluation | ||
Version: 1.0.0 | ||
Authors@R: | ||
person(given = "Dean", | ||
family = "Li", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: enONE is an R package for performing spike-in based normalization on NAD-capped RNA sequencing data, as well as comparing and ranking the performance of different normalization strategies. enONE also provides a toolkit to handle NAD-RNA sequencing data. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
Imports: | ||
cluster, | ||
DESeq2, | ||
dplyr, | ||
edgeR, | ||
EnvStats, | ||
fpc, | ||
ggplot2, | ||
ggpubr, | ||
ggrepel, | ||
limma, | ||
MatrixGenerics, | ||
methods, | ||
paintingr, | ||
pbapply, | ||
plotly, | ||
rstatix, | ||
S4Vectors, | ||
stats, | ||
stringr, | ||
SummarizedExperiment, | ||
tibble | ||
Suggests: | ||
knitr, | ||
patchwork, | ||
rmarkdown, | ||
tidyr | ||
VignetteBuilder: knitr | ||
URL: https://thereallda.github.io/enONE/ | ||
Package: enONE | ||
Title: Epitranscriptional NAD-capped RNA analysis by spike-in based Omic-level Normalization and Evaluation | ||
Version: 1.0.0 | ||
Authors@R: | ||
person(given = "Dean", | ||
family = "Li", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: enONE is an R package for performing spike-in based normalization on NAD-capped RNA sequencing data, as well as comparing and ranking the performance of different normalization strategies. enONE also provides a toolkit to handle NAD-RNA sequencing data. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
Imports: | ||
cluster, | ||
DESeq2, | ||
dplyr, | ||
edgeR, | ||
EnvStats, | ||
fpc, | ||
ggplot2, | ||
ggpubr, | ||
ggrepel, | ||
limma, | ||
MatrixGenerics, | ||
methods, | ||
paintingr, | ||
pbapply, | ||
plotly, | ||
rstatix, | ||
S4Vectors, | ||
stats, | ||
stringr, | ||
SummarizedExperiment, | ||
tibble | ||
Suggests: | ||
knitr, | ||
patchwork, | ||
rmarkdown, | ||
tidyr | ||
VignetteBuilder: knitr | ||
URL: https://thereallda.github.io/enONE/ |
Oops, something went wrong.