-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
47 lines (31 loc) · 935 Bytes
/
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
---
title: "README"
author: "S Namba"
date: "`r Sys.Date()`"
output:
md_document:
variant: markdown_github
---
# simlady
SIMulator for Long read transcriptome Analysis with RNA DecaY model
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, comment = "")
```
## Installation
```{bash install, eval=FALSE}
git clone https://github.com/shinichinamba/simlady.git
cd simlady
pip3 install .
```
## Usage
```{bash help_code, eval=FALSE}
simlady --help
```
```{bash help, echo=FALSE}
export PATH=$HOME/.local/bin:$PATH
simlady --help
```
## Error model
Simlady uses the Pacific Biosciences SMRT error model which is implemented in [SimLoRD](https://bitbucket.org/genomeinformatics/simlord/src/master/).
## Citation
S Namba *et al*. Multi-sample Full-length Transcriptome Analysis of 22 Breast Cancer Clinical Specimens with Long-Read Sequencing. ***BioRxiv*** (2020) https://doi.org/10.1101/2020.07.15.199851