-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 929 Bytes
/
DESCRIPTION
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
Package: isolationWorkflow
Type: Package
Title: Workflow for building strain libraries during isolation experiments
Version: 0.1.6
Author: person("Yen","Sandi", email = "[email protected]", rowl = c("aut", "cre"))
Maintainer: The package maintainer <[email protected]>
Description: Contains tools necessary to analyze and organize sanger sequences
of isolates obtained during isolation experiments. Is designed to be build
strain sequence library as results come in. Therefore, the workflow can be
used to iteratively build library throughout the isolation experiment
Encoding: UTF-8
LazyData: true
License: MIT
Imports:
Biostrings,
DECIPHER,
gtools,
hash,
seqinr,
stringr,
dplyr,
xml2
Collate:
'abif_fasta.R'
'df2fasta.R'
'parse_blast.R'
'gen_strainlib.R'
'choose_alignment.R'
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr