-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.Rmd
53 lines (35 loc) · 1.52 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# CopyKit <a href='https://github.com/navinlabcode/copykit'><img src='images/copykit_hexsticker_v2.png' align="right" height="139" /></a>
<!-- badges: start -->
<!-- badges: end -->
## Overview
The goal of **CopyKit** is to help you analyze single cell DNA sequencing datasets for copy number.
For that, CopyKit presents four modules:
1) Pre-processing
2) Quality Control
3) Data Analysis
4) Visualization
## Installation
You can install the development version of CopyKit from github with:
``` r
devtools::install_github("navinlabcode/copykit")
```
CopyKit requires R version 4.0 or later.
## Documentation
The complete documentation can be found at:
[https://navinlabcode.github.io/CopyKit-UserGuide/](https://navinlabcode.github.io/CopyKit-UserGuide/)
## Issues
CopyKit has not yet been peer-reviewed so please use it with caution. We do our best to provide a bug free software, however CopyKit is in its infancy and some growing pains are expected. Please let us know of any issues and we will be happy to take a look at it. We greatly appreciate suggestions. Please make sure to, if possible, include a reproducible example and the output of your sessionInfo() when opening an issue.
## Logo
Thanks to [Aislyn Schalck](https://github.com/aislyn) for the awesome CopyKit logo design.