-
Notifications
You must be signed in to change notification settings - Fork 10
/
README.Rmd
54 lines (32 loc) · 1.39 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# RSoptSC <img src="man/figures/logo.svg" align="right" alt="" width="320" />
[![Build Status](https://travis-ci.com/mkarikom/RSoptSC.svg?branch=master)](https://travis-ci.com/mkarikom/RSoptSC)
## Updates
* Demo SoptSC at [`vignette("Joost_et_al")`](https://mkarikom.github.io/RSoptSC/articles/Joost_et_al.html)
* Read the SoptSC article in [NAR](https://doi.org/10.1093/nar/gkz204)
* SoptSC is also available as a MATLAB package [here](https://github.com/wangshuxiong/soptsc)
## Installation
```{r, eval = FALSE, echo = TRUE}
install.packages("devtools")
library(devtools)
install_github("mkarikom/RSoptSC")
```
## Features
* Inference of cell-cell communication between single cells
* Integration of multiple analyses in a consistent mathematical framework: clustering, marker genes, pseudotime, and lineage inference
* Cell-cell similarity matrix construction to improve clustering
* NMF-based marker gene identification
* Prediction of the number of clusters present (via eigengap properties of the similarity matrix)
* Prediction of the initial cell in pseudotime
## Documentation
Full details of RSoptSC and examples are available [here](https://mkarikom.github.io/RSoptSC).