-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
38 lines (28 loc) · 912 Bytes
/
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
31
32
33
34
35
36
---
title: "CopyKit User Guide"
author: "Darlan Conterno Minussi"
date: "Last revised: `r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: no
description: "This is a user guide for the package CopyKit: A toolkit for single-cell CNA analysis."
---
# Introduction
<center>
{height=30% width=30%}
</center>
The goal of CopyKit is to help you analyze single cell DNA sequencing datasets for copy number. For that, CopyKit presents four modules:
- Pre-processing
- Quality Control
- Data Analysis
- Visualization
The following chapters will cover each module in detail.
<center>
{height=60% width=60%}
</center>
Generated with *CopyKit* version:
```{r version}
packageVersion("copykit")
```