Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sirplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
sirplus
Commits
e6245c7b
Commit
e6245c7b
authored
6 years ago
by
Luke Zappia
Browse files
Options
Downloads
Patches
Plain Diff
Add SparseDC to listSims
parent
4cad5734
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/listSims.R
+6
-1
6 additions, 1 deletion
R/listSims.R
with
6 additions
and
1 deletion
R/listSims.R
+
6
−
1
View file @
e6245c7b
...
...
@@ -71,7 +71,12 @@ listSims <- function(print = TRUE) {
"drisso/zinbwave"
,
"The ZINB-WaVE simulation simulates counts from a
sophisticated zero-inflated negative-binomial distribution
including cell and gene-level covariates."
))
including cell and gene-level covariates."
),
c
(
"SparseDC"
,
"sparseDC"
,
"10.1093/nar/gkx1113"
,
"cran/SparseDC"
,
"The SparseDC simulation simulates a set of clusters
across two conditions, where some clusters may be present in
only one condition."
))
sims.table
<-
data.frame
(
Name
=
rep
(
NA
,
length
(
sims
)),
Prefix
=
rep
(
NA
,
length
(
sims
)),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment