Skip to content

Commit

Permalink
Ran devtools::document().
Browse files Browse the repository at this point in the history
  • Loading branch information
cashoes committed Jan 18, 2016
1 parent 329018a commit e0d8301
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Title: Enumerate cell types in blood from gene expression.
Version: 1.0
Authors@R: person("Casey", "Shannon", email = "[email protected]", role = c("aut", "cre"))
Description: A multi-response Gaussian model capable of accurately estimating
the composition of blood samples from their gene expression profiles. Fit on
Affymetrix Gene ST gene expression profiles using the glmnet R package.
Depends: R (>= 3.2.2)
the composition of blood samples from their gene expression profiles. Fit on
Affymetrix Gene ST gene expression profiles using the glmnet R package.
Depends:
R (>= 3.2.2)
License: GPL-3 | file LICENSE
LazyData: true
Imports: glmnet
Imports:
glmnet
RoxygenNote: 5.0.0
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exportPattern("^[^\\.]")
# Generated by roxygen2: do not edit by hand

9 changes: 9 additions & 0 deletions R/enumerateblood.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' Enumerate cell types in blood from gene expression.
#'
#' A multi-response Gaussian model capable of accurately estimating
#' the composition of blood samples from their gene expression profiles. Fit on
#' Affymetrix Gene ST gene expression profiles using the glmnet R package.
#'
#' @format A model object of class cv.glmnet (implemented in the glmnet R package)
#' @source \url{add citation}
"enumerateblood"
20 changes: 20 additions & 0 deletions man/enumerateblood.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0d8301

Please sign in to comment.