-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
29 lines (22 loc) · 953 Bytes
/
index.Rmd
File metadata and controls
29 lines (22 loc) · 953 Bytes
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
---
title: "CopyKit Manuscript Code"
author: "Darlan Conterno Minussi"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
# url: your book url like https://bookdown.org/yihui/bookdown
# cover-image: path to the social sharing image like images/cover.jpg
description: |
This is the code from the figures presented in the CopyKit manuscript -
Resolving clonal substructure from single cell genomic data using CopyKit.
link-citations: yes
github-repo: navinlabcode/copykit
---
# About
This is the code to reproduce the figures presented in the CopyKit manuscript - **Resolving clonal substructure from single cell genomic data using CopyKit**.
You can find instructions on how to install CopyKit here: https://github.com/navinlabcode/copykit
Files used for this project are deposited to the sequence read archive (SRA) under BioProject PRJNA785341.
Generated with CopyKit version:
``` {r}
packageVersion("copykit")
```