Skip to content

Commit

Permalink
Merge branch 'master' into 39-errors-in-projectr-method-for-sparse-ma…
Browse files Browse the repository at this point in the history
…trix-data
  • Loading branch information
dimalvovs committed Sep 26, 2024
2 parents 96e91ee + 6e8a3f0 commit b8d39f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: projectR
Type: Package
Title: Functions for the projection of weights from PCA, CoGAPS, NMF,
correlation, and clustering
Version: 1.19.2
Version: 1.19.3
Author: Gaurav Sharma, Charles Shin, Jared Slosberg, Loyal Goff, Genevieve Stein-O'Brien
Authors@R: c(
person("Gaurav", "Sharma", role = c("aut")),
Expand All @@ -15,6 +15,7 @@ Authors@R: c(
Description: Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering.
License: GPL (==2)
Imports:
SingleCellExperiment,
methods,
cluster,
stats,
Expand Down Expand Up @@ -50,7 +51,7 @@ Suggests:
SeuratObject
LazyData: TRUE
LazyDataCompression: gzip
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
biocViews: FunctionalPrediction, GeneRegulation, BiologicalQuestion, Software
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exportClasses(correlateR)
exportClasses(rotatoR)
import(MatrixModels)
import(RColorBrewer)
import(SingleCellExperiment)
import(cluster)
import(dplyr)
import(fgsea)
Expand Down
1 change: 1 addition & 0 deletions R/projectR.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ setMethod("projectR",signature(data="dgCMatrix",loadings="matrix"),function(

#######################################################################################################################################
#' @import limma
#' @import SingleCellExperiment
#' @importFrom NMF fcnnls
#' @examples
#' library("CoGAPS")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ BiocManager::install("projectR")
BiocManager::install("genesofeve/projectR")
```
## Getting Started
We recommend going through the [vignette](https://www.bioconductor.org/packages/release/bioc/vignettes/projectR/inst/doc/projectR.pdf) and the [Bioinformatics article](https://academic.oup.com/bioinformatics/article/36/11/3592/5804979) to learn more about **projectR**.
We recommend going through the [vignette](https://www.bioconductor.org/packages/release/bioc/vignettes/projectR/inst/doc/projectR.html) and the [Bioinformatics article](https://academic.oup.com/bioinformatics/article/36/11/3592/5804979) to learn more about **projectR**.

0 comments on commit b8d39f6

Please sign in to comment.