Skip to content

Commit

Permalink
Update vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
igordot committed May 6, 2024
1 parent d130842 commit 048f2ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: clustermole
Title: Unbiased Single-Cell Transcriptomic Data Cell Type Identification
Version: 1.1.1
Version: 1.1.1.9000
Authors@R:
person("Igor", "Dolgalev", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4451-126X"))
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.
Expand Down Expand Up @@ -31,4 +31,4 @@ VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion vignettes/clustermole-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install.packages("clustermole")

Load clustermole.

```{r load-package, message=FALSE}
```{r load-package, message=FALSE, warning=FALSE}
library(clustermole)
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/db.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ knitr::opts_chunk$set(

We will load clustermole along with dplyr to help with summarizing the data.

```{r setup, message=FALSE}
```{r load-libraries, message=FALSE, warning=FALSE}
library(clustermole)
library(dplyr)
```
Expand Down
2 changes: 1 addition & 1 deletion vignettes/example-bm-seurat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This experiment was selected because it includes both well-known as well as rare

Load relevant packages.

```{r load-libraries, message=FALSE}
```{r load-libraries, message=FALSE, warning=FALSE}
library(Seurat)
library(dplyr)
library(ggplot2)
Expand Down

0 comments on commit 048f2ef

Please sign in to comment.