File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
Package: exSTRa
2
2
Type: Package
3
3
Title: Expanded STR algorithm: detecting expansions in Illumina sequencing data
4
- Version: 0.89.0
5
- Date: 2019-06-26
4
+ Version: 0.89.1
5
+ Date: 2019-07-10
6
6
Author: Rick Tankard
7
7
Maintainer: Rick Tankard <
[email protected] >
8
8
Description: Detecting expansions with paired-end Illumina sequencing data.
9
9
License: GPL-2
10
+ Depends:
11
+ data.table (>= 1.10.4-3)
10
12
Imports:
11
13
testit (>= 0.7),
12
14
checkmate,
13
- data.table (>= 1.10.4-3),
14
15
stringr (>= 1.2.0),
15
16
reshape2 (>= 1.4.3),
16
17
magrittr (>= 1.5),
Original file line number Diff line number Diff line change 1
1
# An example of exSTRa usage, for known STR expansion disorder loci
2
2
3
3
# # ---- strexpansion_prepare
4
- # best to load data.table before exSTRa if manipulation with data.table commands is required
5
- library(data.table )
6
4
library(exSTRa )
7
5
8
6
knitr :: opts_chunk $ set(fig.width = 11 , fig.height = 11 )
You can’t perform that action at this time.
0 commit comments