-
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
1 parent
27af32d
commit 41ee51a
Showing
59 changed files
with
1,044 additions
and
439 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 |
---|---|---|
|
@@ -2,40 +2,19 @@ Package: CellEnrich | |
Title: Pathway Enrichment Analysis, Visualize for Single Cell Data | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
person(given = "Truong Hai", | ||
family = "Nguyen Cao", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
person(given = "Jinhwan", | ||
family = "Kim", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: Pathway Enrichment Analysis, Visualize for Single Cell Data. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/jhk0530/CellEnrich | ||
URL: https://github.com/noobcoding/CellEnrich | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: | ||
R (>= 3.5.0) | ||
biocViews: | ||
Imports: | ||
dplyr, | ||
DT, | ||
ggplot2, | ||
ggrepel, | ||
highcharter, | ||
htmltools, | ||
magrittr, | ||
Rtsne, | ||
scMerge, | ||
scran, | ||
Seurat, | ||
shiny, | ||
shinyFeedback, | ||
shinyjs, | ||
shinymaterial, | ||
sortable, | ||
SingleCellExperiment, | ||
waiter | ||
Suggests: | ||
testthat (>= 2.1.0), | ||
rmarkdown, | ||
knitr | ||
RoxygenNote: 7.1.0 | ||
VignetteBuilder: knitr | ||
R (>= 4.3.0) | ||
RoxygenNote: 7.2.3 |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Package: CellEnrich | ||
Title: Pathway Enrichment Analysis, Visualize for Single Cell Data | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
person(given = "Jinhwan", | ||
family = "Kim", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: Pathway Enrichment Analysis, Visualize for Single Cell Data. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/jhk0530/CellEnrich | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: | ||
R (>= 3.5.0) | ||
biocViews: | ||
Imports: | ||
dplyr, | ||
DT, | ||
ggplot2, | ||
ggrepel, | ||
highcharter, | ||
htmltools, | ||
magrittr, | ||
Rtsne, | ||
scMerge, | ||
scran, | ||
Seurat, | ||
shiny, | ||
shinyFeedback, | ||
shinyjs, | ||
shinymaterial, | ||
sortable, | ||
SingleCellExperiment, | ||
waiter | ||
Suggests: | ||
testthat (>= 2.1.0), | ||
rmarkdown, | ||
knitr | ||
RoxygenNote: 7.1.0 | ||
VignetteBuilder: knitr |
Oops, something went wrong.