-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
54 lines (53 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(add_motifs)
export(contains_motif)
export(count_seq_kmers)
export(filter_chisq)
export(filter_fcbf)
export(filter_ic)
export(filter_ig)
export(filter_praznik)
export(filter_quipt)
export(generate_kmer_data)
export(generate_motif)
export(generate_motifs)
export(generate_negative_sequence)
export(generate_sequence_data)
export(get_target_additive)
export(get_target_interactions)
export(get_target_logic)
export(list_filters)
export(rbinom_vec)
export(validate_motifs)
import(checkmate)
import(itertools)
importFrom(FCBF,fcbf)
importFrom(FSelectorRcpp,information_gain)
importFrom(Matrix,colSums)
importFrom(bigstep,aic)
importFrom(bigstep,bic)
importFrom(bigstep,maic)
importFrom(bigstep,maic2)
importFrom(bigstep,mbic)
importFrom(bigstep,mbic2)
importFrom(bigstep,prepare_data)
importFrom(bigstep,stepwise)
importFrom(biogram,test_features)
importFrom(iterators,nextElem)
importFrom(praznik,CMI)
importFrom(praznik,CMIM)
importFrom(praznik,DISR)
importFrom(praznik,JMI)
importFrom(praznik,JMIM)
importFrom(praznik,MIM)
importFrom(praznik,MRMR)
importFrom(praznik,NJMIM)
importFrom(purrr,map)
importFrom(seqR,count_kmers)
importFrom(seqR,count_multimers)
importFrom(stats,chisq.test)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(utils,combn)