Skip to content

Commit

Permalink
Merge pull request #158 from jr-leary7/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jr-leary7 authored Nov 13, 2023
2 parents 3bf18f8 + 9969206 commit 68db088
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bioc-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
on:
push:
branches: main
pull_request:
branches: main

name: bioc-check

Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Description: This package uses truncated power basis spline models to build flex
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: true
RoxygenNote: 7.2.1
Depends:
glm2,
Expand Down
3 changes: 2 additions & 1 deletion R/clusterGenes.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
#' @seealso \code{\link{plotClusteredGenes}}
#' @export
#' @examples
#' data(sim_pseudotime)
#' data(sim_counts)
#' data(scLANE_models)
#' data(sim_pseudotime)
#' cell_offset <- createCellOffset(sim_counts)
#' gene_clusters <- clusterGenes(scLANE_models,
#' pt = sim_pseudotime,
Expand Down
3 changes: 2 additions & 1 deletion R/geneProgramScoring.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#' @return Either a \code{Seurat} or \code{SingleCellExperiment} object if \code{expr.mat} is in either form, or a data.frame containing per-cell program scores if \code{expr.mat} is a matrix.
#' @export
#' @examples
#' data(sim_pseudotime)
#' data(sim_counts)
#' data(scLANE_models)
#' data(sim_pseudotime)
#' smoothed_dynamics <- smoothedCountsMatrix(scLANE_models,
#' pt = sim_pseudotime,
#' n.cores = 1L)
Expand Down
3 changes: 2 additions & 1 deletion man/clusterGenes.Rd

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

3 changes: 2 additions & 1 deletion man/geneProgramScoring.Rd

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

0 comments on commit 68db088

Please sign in to comment.