Skip to content

Commit

Permalink
R package
Browse files Browse the repository at this point in the history
  • Loading branch information
smorabit committed Mar 23, 2024
1 parent 6c914b7 commit bcbd383
Show file tree
Hide file tree
Showing 16 changed files with 3,811 additions and 25 deletions.
21 changes: 21 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Package: COMPACT
Title: COMPACT
Version: 0.0.1
Authors@R: c(
person("Sam", "Morabito", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7768-4856")),
person("Zechuan", "Shi", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-2844-5816")),
person("Swarup Lab", role = "fnd")
)
Description: COMPACT | Co-expression Module Perturbation Analysis in Cellular Transcriptomes.
License: GNU GPLv3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://smorabit.github.io/COMPACT/
Imports: Seurat, Matrix, VGAM, pscl
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
Seurat (>= 4.0.0)
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(ModulePerturbation)
import(Matrix)
import(Seurat)
import(VGAM)
import(pscl)
Loading

0 comments on commit bcbd383

Please sign in to comment.