-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
30 lines (24 loc) · 1.31 KB
/
index.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
---
title: "scMINER: a mutual information-based framework for identifying hidden drivers from single-cell omics data"
author: "Qingfei Pan"
date: "`r Sys.Date()`"
knit: bookdown::render_book
site: bookdown::bookdown_site
documentclass: krantz
description: "This is the full documentation of scMINER R package (v-1.1.0)."
biblio-style: apalike
link-citations: yes
colorlinks: yes
lot: yes
lof: yes
fontsize: 12pt
monofont: "Source Code Pro"
monofontoptions: "scale=0.7"
github-repo: jyyulab/scMINER_documentation
---
# <img src="images/scMINER_logo.png" alt="" width="250px"> {-}
---
Welcome to scMINER documentation!
**scMINER** (**s**ingle-**c**ell **M**utual **I**nformation-based **N**etwork **E**ngineering **R**anger) is a computational framework designed for **end-to-end** analysis of single cell RNA-seq data. Using [**mutual information**](https://en.wikipedia.org/wiki/Mutual_information) to measure cell-cell similarities and gene-gene correlations, scMINER is widely applicable and highly accurate in unsupervised clustering and gene activity inference of scRNA-seq data.
In this documentation, we will walk you through every analysis that scMINER can do and introduce you more about the concepts related to scMINER framework.
<center><img src="images/scMINER_overview.jpg" alt="centered image" width="700px"></center>