-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 917 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(Cdsw)
export(annotateAHO)
export(annotatePeptides)
export(computeFDR)
export(computeFDRwithID)
export(createDecoyDB)
export(create_fgcz_fasta_db)
export(greedyRes2Matrix)
export(greedy_parsimony)
export(loadContaminantsFGCZ2022)
export(loadContaminantsFasta2019)
export(loadContaminantsFasta2021)
export(load_special_prot_2024)
export(load_universal_contaminants_2024)
export(makeID)
export(makeIDUnip)
export(make_fasta_summary)
export(plotFDR)
export(predictScoreFDR)
export(prepareMatrix)
export(readPeptideFasta)
export(readjustWindows)
export(removeSignalPeptide)
export(reverseSeq)
export(writeFasta)
exportClasses(Cdsw)
import(AhoCorasickTrie)
import(Matrix)
import(methods)
import(seqinr)
import(stringr)
importFrom(docopt,docopt)
importFrom(methods,new)
importFrom(purrr,map2_df)
importFrom(purrr,map_df)
importFrom(readr,read_tsv)
importFrom(rlang,":=")