-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
78 lines (77 loc) · 1.78 KB
/
NAMESPACE
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,feature_test)
S3method(cut,feature_test)
S3method(plot,criterion_distribution)
S3method(print,feature_test)
S3method(summary,feature_test)
export(add_1grams)
export(binarize)
export(calc_criterion)
export(calc_cs)
export(calc_ed)
export(calc_ig)
export(calc_kl)
export(calc_pi)
export(calc_si)
export(check_criterion)
export(cluster_reg_exp)
export(code_ngrams)
export(construct_ngrams)
export(count_multigrams)
export(count_ngrams)
export(count_specified)
export(count_total)
export(create_encoding)
export(create_feature_target)
export(create_ngrams)
export(decode_ngrams)
export(degenerate)
export(degenerate_ngrams)
export(distr_crit)
export(encoding2df)
export(fast_crosstable)
export(full2simple)
export(gap_ngrams)
export(generate_single_region)
export(generate_single_unigram)
export(generate_unigrams)
export(get_ngrams_ind)
export(is_ngram)
export(l2n)
export(lengths_ngrams)
export(list2matrix)
export(n2l)
export(ngrams2df)
export(position_ngrams)
export(read_fasta)
export(read_txt)
export(regenerate)
export(seq2ngrams)
export(simple2full)
export(table_ngrams)
export(test_features)
export(validate_encoding)
export(write_encoding)
export(write_fasta)
import(slam)
importFrom(Matrix,colSums)
importFrom(combinat,permn)
importFrom(entropy,KL.plugin)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(parallel,mclapply)
importFrom(partitions,listParts)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,dmultinom)
importFrom(stats,hclust)
importFrom(stats,p.adjust)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)