forked from Koohoko/SynMut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 846 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 846 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
30
31
# Generated by roxygen2: do not edit by hand
exportClasses(regioned_dna)
exportMethods(codon_dist)
exportMethods(codon_mimic)
exportMethods(codon_random)
exportMethods(codon_to)
exportMethods(dinu_dist)
exportMethods(dinu_to)
exportMethods(get_cu)
exportMethods(get_dna)
exportMethods(get_du)
exportMethods(get_freq)
exportMethods(get_nu)
exportMethods(get_region)
exportMethods(get_rscu)
exportMethods(input_seq)
exportMethods(seq_random)
import(BiocGenerics)
import(Biostrings)
import(methods)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,oligonucleotideFrequency)
importFrom(Biostrings,readDNAStringSet)
importFrom(methods,setClass)
importFrom(seqinr,c2s)
importFrom(seqinr,s2c)
importFrom(seqinr,splitseq)
importFrom(seqinr,syncodons)
importFrom(seqinr,synsequence)
importFrom(stringr,str_detect)