-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
exportPattern("^[^\\.]") | ||
# Generated by roxygen2: do not edit by hand | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.