-
Notifications
You must be signed in to change notification settings - Fork 0
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
5 changed files
with
70 additions
and
75 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,27 +1,10 @@ | ||
# clustermole: exploratory scRNA-seq cell type analysis | ||
|
||
<!-- badges: start --> | ||
[![CRAN](https://www.r-pkg.org/badges/version/clustermole)](https://cran.r-project.org/package=clustermole) | ||
[![R-CMD-check](https://github.com/igordot/clustermole/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/igordot/clustermole/actions/workflows/R-CMD-check.yaml) | ||
[![codecov](https://codecov.io/gh/igordot/clustermole/branch/master/graph/badge.svg)](https://codecov.io/gh/igordot/clustermole) | ||
<!-- badges: end --> | ||
The clustermole R package (available on [CRAN](https://cran.r-project.org/package=clustermole)) provides methods to query cell identity markers sourced from a variety of databases. | ||
It includes three primary features: | ||
|
||
![clustermole-book](https://user-images.githubusercontent.com/6363505/72761156-12414280-3ba9-11ea-87de-57ff6cd690bb.png) | ||
|
||
## Overview | ||
|
||
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 can be 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. | ||
|
||
The clustermole package provides three primary features: | ||
|
||
* a database of markers for thousands of cell types | ||
* a meta-database of human and mouse markers for thousands of cell types | ||
* 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. | ||
|
||
--- | ||
|
||
*Image credit: "A Child's Primer Of Natural History" by Oliver Herford* |
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,15 @@ | ||
|
||
<!-- badges: start --> | ||
[![CRAN](https://www.r-pkg.org/badges/version/clustermole)](https://cran.r-project.org/package=clustermole) | ||
[![R-CMD-check](https://github.com/igordot/clustermole/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/igordot/clustermole/actions/workflows/R-CMD-check.yaml) | ||
[![codecov](https://codecov.io/gh/igordot/clustermole/graph/badge.svg?token=YoTQTU1EDk)](https://codecov.io/gh/igordot/clustermole) | ||
<!-- badges: end --> | ||
|
||
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 can be especially challenging when unexpected or poorly described populations are present. | ||
The clustermole R package provides methods to query cell identity markers sourced from a variety of databases. | ||
|
||
--- | ||
|
||
![](https://user-images.githubusercontent.com/6363505/72761156-12414280-3ba9-11ea-87de-57ff6cd690bb.png) | ||
*Image credit: "A Child's Primer Of Natural History" by Oliver Herford* |
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