-
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
10 changed files
with
108 additions
and
55 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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package: scLANE | ||
Type: Package | ||
Title: Model gene expression dynamics with spline-based NB GLMs, GEEs, & GLMMs | ||
Version: 0.7.5 | ||
Version: 0.7.6 | ||
Authors@R: c(person(given = "Jack", family = "Leary", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0009-0004-8821-3269")), | ||
person(given = "Rhonda", family = "Bacher", email = "[email protected]", role = c("ctb", "fnd"), comment = c(ORCID = "0000-0001-5787-476X"))) | ||
Description: This package uses truncated power basis spline models to build flexible, interpretable models of single cell gene expression over pseudotime or latent time. | ||
The modeling architectures currently supported are negative binomial GLMs, GEEs, & GLMMs. | ||
Downstream analysis functionalities include model comparison, dynamic gene clustering, smoothed counts generation, gene set enrichment testing, & visualization. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: false | ||
LazyData: true | ||
RoxygenNote: 7.2.1 | ||
Depends: | ||
glm2, | ||
|
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
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
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,19 @@ | ||
#' A \code{\link[SingleCellExperiment]{SingleCellExperiment}} object containing simulated counts. | ||
#' | ||
#' Data simulated using the \code{scaffold} R package for 50 dynamic and 50 static genes across 1200 cells from 3 subjects. | ||
#' | ||
#' @format An object of class \code{\link[SingleCellExperiment]{SingleCellExperiment}}. | ||
#' @source https://www.rhondabacher.com/scaffold-vignette.pdf | ||
#' @usage data(sim_counts) | ||
"sim_counts" | ||
|
||
#' A data.frame containing ground-truth pseudotime. | ||
#' | ||
#' The true ordering of the 1200 cells contained in \code{sim_counts}. | ||
#' | ||
#' @format An object of class \code{data.frame} with 1200 rows and one variable: | ||
#' \itemize{ | ||
#' \item PT: the true pseudotime (0.0025--1) | ||
#' } | ||
#' @usage data(sim_pseudotime) | ||
"sim_pseudotime" |
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
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.