-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
102 lines (101 loc) · 2.64 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Generated by roxygen2: do not edit by hand
S3method(get_big_pi,AAStringSet)
S3method(get_big_pi,character)
S3method(get_big_pi,data.frame)
S3method(get_big_pi,default)
S3method(get_big_pi,list)
S3method(get_cdd,AAStringSet)
S3method(get_cdd,character)
S3method(get_cdd,data.frame)
S3method(get_cdd,default)
S3method(get_cdd,list)
S3method(get_espritz,AAStringSet)
S3method(get_espritz,character)
S3method(get_espritz,data.frame)
S3method(get_espritz,default)
S3method(get_espritz,list)
S3method(get_hmm,AAStringSet)
S3method(get_hmm,character)
S3method(get_hmm,data.frame)
S3method(get_hmm,default)
S3method(get_hmm,list)
S3method(get_netGPI,AAStringSet)
S3method(get_netGPI,character)
S3method(get_netGPI,data.frame)
S3method(get_netGPI,default)
S3method(get_netGPI,list)
S3method(get_phobius,AAStringSet)
S3method(get_phobius,character)
S3method(get_phobius,data.frame)
S3method(get_phobius,default)
S3method(get_phobius,list)
S3method(get_pred_gpi,AAStringSet)
S3method(get_pred_gpi,character)
S3method(get_pred_gpi,data.frame)
S3method(get_pred_gpi,default)
S3method(get_pred_gpi,list)
S3method(get_signalp,AAStringSet)
S3method(get_signalp,character)
S3method(get_signalp,data.frame)
S3method(get_signalp,default)
S3method(get_signalp,list)
S3method(get_signalp5,AAStringSet)
S3method(get_signalp5,character)
S3method(get_signalp5,data.frame)
S3method(get_signalp5,default)
S3method(get_signalp5,list)
S3method(get_targetp,AAStringSet)
S3method(get_targetp,character)
S3method(get_targetp,data.frame)
S3method(get_targetp,default)
S3method(get_targetp,list)
S3method(get_tmhmm,AAStringSet)
S3method(get_tmhmm,character)
S3method(get_tmhmm,data.frame)
S3method(get_tmhmm,default)
S3method(get_tmhmm,list)
S3method(maab,AAStringSet)
S3method(maab,character)
S3method(maab,data.frame)
S3method(maab,default)
S3method(maab,list)
S3method(predict_hyp,AAStringSet)
S3method(predict_hyp,character)
S3method(predict_hyp,data.frame)
S3method(predict_hyp,default)
S3method(predict_hyp,list)
S3method(scan_ag,AAStringSet)
S3method(scan_ag,character)
S3method(scan_ag,data.frame)
S3method(scan_ag,default)
S3method(scan_ag,list)
S3method(scan_nglc,AAStringSet)
S3method(scan_nglc,character)
S3method(scan_nglc,data.frame)
S3method(scan_nglc,default)
S3method(scan_nglc,list)
export(get_big_pi)
export(get_cdd)
export(get_espritz)
export(get_hmm)
export(get_netGPI)
export(get_phobius)
export(get_pred_gpi)
export(get_signalp)
export(get_signalp5)
export(get_targetp)
export(get_tmhmm)
export(maab)
export(pfam2go)
export(plot_prot)
export(predict_hyp)
export(scan_ag)
export(scan_nglc)
export(split_fasta)
import(httr)
import(seqinr)
import(stats)
import(stringr)
import(utils)
import(xgboost)
import(xml2)