Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
waterret committed Oct 18, 2017
0 parents commit 1ec6c8c
Show file tree
Hide file tree
Showing 13 changed files with 1,423 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.Rproj.user
.Rhistory
.RData
10 changes: 10 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,10 @@
Package: descend
Title: Gene Expression Distribution Deconvolution for Single Cell RNA-seq
Version: 0.0.0.9000
Authors@R: person("First", "Last", email = "first.last@example.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
Depends: R (>= 3.3.0)
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
8 changes: 8 additions & 0 deletions NAMESPACE
@@ -0,0 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(DESCEND)
export(deconvG)
export(deconvSingle)
export(descend)
export(getEstimates)
exportClasses(DESCEND)

0 comments on commit 1ec6c8c

Please sign in to comment.