Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudibrahim authored Sep 2, 2019
1 parent 2ac5aac commit 09ec4ac
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
genesorteR: Feature Ranking for Single Cell Data
======

**genesorteR is an R package for single cell data analysis. It calculates a specificity score to rank all genes in each cell cluster. It can then use this ranking to find sets of marker genes or to find highly variable genes.**
**genesorteR is an R package for single cell data analysis. It calculates a specificity score to rank all genes in each cell cluster. It can then use this ranking to find sets of marker genes or to find highly variable or differentially expressed genes. genesorteR is applicable to scRNA-Seq data as well as other sparse single cell data like scATAC-Seq**

**genesorteR is relatively quick, just seconds for 100k cells, few minutes for millions of cells. Read more [in genesorteR's pre-print](https://www.biorxiv.org/content/10.1101/676379v1).**

**If you have questions or need help running genesorteR please email us at [this email](http://scr.im/jammpro), we will be happy to help you. For bugs or feature requests, please post [here](https://github.com/mahmoudibrahim/genesorteR/issues).**

genesorteR was developed at the RWTH Aachen University Hospital.

If you have questions or need help running genesorteR please email us at [this email](http://scr.im/jammpro), we will be happy to help you. For bugs or feature requests, please post [here](https://github.com/mahmoudibrahim/genesorteR/issues).

What genesorteR Can Do
------
* Rank genes by "specificity" in different clusters in scRNA-Seq data
* Find small sets of marker genes
* Find differentially expressed genes
* Rank open chromatin regions by "specificity" in scATAC-Seq
* Find differentially accessible regions
* Cluster genes/open chromatin regions and make heatmap summaries of single cell data



Expand All @@ -17,8 +27,6 @@ Install genesorteR
#install devtools package from CRAN
install.packages("devtools")

library(devtools)

#install genesorteR from the Github repository
devtools::install_github("mahmoudibrahim/genesorteR")
```
Expand All @@ -44,8 +52,7 @@ pp = plotMarkerHeat(sg$inputMat, sg$inputClass, mm$markers, clusterGenes=TRUE, o

pp$gene_class_info #gene clusters
```

Also check out the examples in each function's documentation. Vignettes coming soon.
Check [this post](https://github.com/mahmoudibrahim/genesorteR/issues/1) for more info. Also check out the examples in each function's documentation. Vignettes coming soon.

Note that genesorteR does not currently accept expression matrices with negative entries.

Expand Down

0 comments on commit 09ec4ac

Please sign in to comment.