-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(accumulate_char)
export(add_unimod)
export(calc_aamasses)
export(calc_monopeptide)
export(calc_ms2ionseries)
export(calc_unimod_compmass)
export(find_unimod)
export(get_mzion_coltypes)
export(load_fasta2)
export(make_speclib)
export(mapMS2ions)
export(matchMS)
export(matchMS_NES)
export(mprepBrukerMGF)
export(parse_unimod)
export(read_fasta)
export(rematchMS_NES)
export(remove_unimod)
export(remove_unimod_title)
export(reproc_psmC)
export(table_unimods)
import(data.table, except = c(last, first, between, transpose,
melt, dcast))
import(dplyr)
import(fs)
import(ggplot2, except = c("%+%"))
import(parallel)
import(purrr)
import(readr)
import(stringi)
import(xml2)
importFrom(fastmatch,"%fin%")
importFrom(fastmatch,fmatch)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_length)
importFrom(stringi,stri_reverse)
importFrom(stringr,str_split)
importFrom(tibble,tibble)