-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.Rmd
23 lines (19 loc) · 1.08 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
---
title: "HemaScope Tutorial"
author: "HemaScope team
(contact us via [email protected])"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
description: This is the tutorial for HemaScope.
link-citations: yes
github-repo: https://github.com/ZhenyiWangTHU/HemaScopeR/
---
# Introduction
HemaScope is a specialized bioinformatics toolkit designed for analyzing both single-cell and spatial transcriptome sequencing data from hematopoietic cells, including myeloid and lymphoid lineages. We have developed an R package named HemaScopeR, a Shiny interface named HemaScopeShiny, and a cloud platform named HemaScopeCloud.
This tutorial introduces how to install and use the R package and Shiny interface, as well as how to access and operate the cloud platform.
**Any suggestions or concerns can be sent to us via [email protected], and we will respond to and resolve the issue within 24 hours of receiving your email.**
```{r, echo=FALSE, out.width="100%"}
knitr::include_graphics("images/Figure1_latest.png")
```