Skip to content

Commit

Permalink
Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
igordot committed Jan 26, 2021
1 parent 061eb0c commit 64dd4fb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Type: Package
Package: clustermole
Title: Unbiased Single-Cell Transcriptomic Data Cell Type Identification
Version: 1.0.1.9001
Version: 1.1.0
Authors@R:
person(given = "Igor",
family = "Dolgalev",
role = c("aut", "cre"),
email = "[email protected]")
Description: Assignment of cell type labels to single-cell RNA sequencing (scRNA-seq) clusters is often a time-consuming process that involves manual inspection of the cluster marker genes complemented with a detailed literature search. This is especially challenging when unexpected or poorly described populations are present. The clustermole R package provides methods to query thousands of human and mouse cell identity markers sourced from a variety of databases.
License: MIT + file LICENSE
URL: https://igordot.github.io/clustermole, https://github.com/igordot/clustermole
URL: https://igordot.github.io/clustermole/, https://github.com/igordot/clustermole
BugReports: https://github.com/igordot/clustermole/issues
Depends:
R (>= 3.6)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clustermole (development version)
# clustermole 1.1.0

* Added singscore enrichment method.
* Added combined enrichment method.
Expand Down
6 changes: 3 additions & 3 deletions R/enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#' @return A data frame of enrichment results.
#'
#' @references
#' Barbie, D., Tamayo, P., Boehm, J. et al. Systematic RNA interference reveals that oncogenic KRAS-driven cancers require TBK1. \emph{Nature} 462, 108–112 (2009). \url{https://doi.org/10.1038/nature08460}
#' Barbie, D., Tamayo, P., Boehm, J. et al. Systematic RNA interference reveals that oncogenic KRAS-driven cancers require TBK1. \emph{Nature} 462, 108–112 (2009). \doi{10.1038/nature08460}
#'
#' Hänzelmann, S., Castelo, R. & Guinney, J. GSVA: Gene set variation analysis for microarray and RNA-Seq data. \emph{BMC Bioinformatics} 14, 7 (2013). \url{https://doi.org/10.1186/1471-2105-14-7}
#' Hänzelmann, S., Castelo, R. & Guinney, J. GSVA: Gene set variation analysis for microarray and RNA-Seq data. \emph{BMC Bioinformatics} 14, 7 (2013). \doi{10.1186/1471-2105-14-7}
#'
#' Foroutan, M., Bhuva, D.D., Lyu, R. et al. Single sample scoring of molecular phenotypes. \emph{BMC Bioinformatics} 19, 404 (2018). \url{https://doi.org/10.1186/s12859-018-2435-4}
#' Foroutan, M., Bhuva, D.D., Lyu, R. et al. Single sample scoring of molecular phenotypes. \emph{BMC Bioinformatics} 19, 404 (2018). \doi{10.1186/s12859-018-2435-4}
#'
#' @import methods
#' @import dplyr
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The clustermole package provides three primary features:
* cell type prediction based on marker genes
* cell type prediction based on the full expression matrix

Check the [documentation website](https://igordot.github.io/clustermole) for more information.
Check the [documentation website](https://igordot.github.io/clustermole/) for more information.

---

Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## Test environments

* local OS X install, R 3.6.1
* travis-ci: R 3.4, R-release, R-devel
* local OS X install, R 4.0.3
* travis-ci: R 3.6, R-release, R-devel
* win-builder: R-devel
* rchk: unbuntu-rchk platform on R-hub

## R CMD check results

Expand Down
6 changes: 3 additions & 3 deletions man/clustermole_enrichment.Rd

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

0 comments on commit 64dd4fb

Please sign in to comment.