Skip to content

Commit

Permalink
Restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
noobCoding committed Jun 15, 2023
1 parent 27af32d commit 41ee51a
Show file tree
Hide file tree
Showing 59 changed files with 1,044 additions and 439 deletions.
35 changes: 7 additions & 28 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
41 changes: 41 additions & 0 deletions DESCRIPTION_0
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
Loading

0 comments on commit 41ee51a

Please sign in to comment.