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
5510500c
Commit
5510500c
authored
8 years ago
by
Luke Zappia
Browse files
Options
Downloads
Patches
Plain Diff
Add package/project files
parent
0e818530
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.Rbuildignore
+2
-0
2 additions, 0 deletions
.Rbuildignore
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
DESCRIPTION
+25
-0
25 additions, 0 deletions
DESCRIPTION
NAMESPACE
+2
-0
2 additions, 0 deletions
NAMESPACE
splatter.Rproj
+19
-0
19 additions, 0 deletions
splatter.Rproj
with
49 additions
and
0 deletions
.Rbuildignore
0 → 100644
+
2
−
0
View file @
5510500c
^.*\.Rproj$
^\.Rproj\.user$
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
0
View file @
5510500c
...
...
@@ -31,3 +31,4 @@ vignettes/*.pdf
# Temporary files created by R markdown
*.utf8.md
*.knit.md
.Rproj.user
This diff is collapsed.
Click to expand it.
DESCRIPTION
0 → 100644
+
25
−
0
View file @
5510500c
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 0.1.0
Author: Luke Zappia
Authors@R: as.person(c(
"Luke Zappia <luke.zappia@mcri.edu.au> [aut, cre]",
"Belinda Phipson <belinda.phipson@mcri.edu.au> [aut]",
"Alica Oshlack <alicia.oshlack@mcri.edu.au> [aut]"
))
Maintainer: Luke Zappia <luke.zappia@mcri.edu.au>
Description: Splatter is a package for the simulation of single-cell RNA
sequencing data. It provides a simple interface for creating complex
simulations that are reproducible and well-documented. As well as a
simulation model Splatter also includes functions for estimating the
parameters of that model.
License: GPL-3
LazyData: TRUE
Depends:
R (>= 3.3)
biocViews: SingleCell, RNASeq, Transcriptomics, GeneExpression, Sequencing,
Software
URL: https://github.com/lazappi/splatter
BugReports: https://github.com/lazappi/splatter/issues
RoxygenNote: 5.0.1
This diff is collapsed.
Click to expand it.
NAMESPACE
0 → 100644
+
2
−
0
View file @
5510500c
# Generated by roxygen2: do not edit by hand
This diff is collapsed.
Click to expand it.
splatter.Rproj
0 → 100644
+
19
−
0
View file @
5510500c
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
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