diff --git a/README.md b/README.md index 560f6d0..d747b21 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ `UCell` is an R package for calculating gene signatures in single-cell datasets. UCell enrichment scores, based on the Mann-Whitney U statistic, are robust to dataset size and heterogeneity, and their calculation demands relatively less computing time and memory than other available methods, enabling the processing of large datasets (>10^5 cells). UCell can be applied to any cell vs. gene data matrix, and includes functions to directly interact with Seurat objects. + +![UCell_figure](https://github.com/carmonalab/UCell/blob/master/docs/Figure1.png?raw=true) + + Find the installation instructions for the package and usage vignettes below. ### Package Installation @@ -35,9 +39,6 @@ Run UCell demos to learn about the functionalities of the package: * [Using UCell with Seurat objects](https://carmonalab.github.io/UCell/UCell_Seurat_vignette.html) - -![UCell_figure](https://github.com/carmonalab/UCell/blob/master/docs/Figure1.png?raw=true) - ### Documentation See a description of the functions implemented in UCell at: [UCell functions](docs/functions.md)