-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
S3method(barplot,EnrichmentFET)
S3method(ecdf,EnrichmentKST)
S3method(ecdf,default)
S3method(hist,ModelFit)
S3method(volcanoplot,ModelFit)
export(HTSet)
export(barplot)
export(ecdf)
export(enrichment_test)
export(format_lipid_name)
export(model_fit)
export(mz2molwt)
export(nCarbons)
export(nDoubleBonds)
export(nFattyAcyls)
export(plot_boxplot)
export(subset_features)
export(subset_samples)
export(summarize_ACL)
export(summarize_EOD)
export(summarize_feature)
export(summarize_lipid_ratios)
export(summarize_odd_chain)
export(transform_by_feature)
export(transform_by_sample)
export(volcanoplot)
export(wcmc_adduct)
exportClasses(HTSet)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("featureNames<-")
exportMethods("sampleNames<-")
exportMethods(dim)
exportMethods(featureNames)
exportMethods(nfeatures)
exportMethods(nsamples)
exportMethods(sampleNames)
import(cowplot)
import(dplyr)
import(ggplot2)
import(methods)
import(reshape2)
import(stringr)
import(utils)
importFrom(crayon,blue)
importFrom(magrittr,"%>%")
importFrom(stats,fisher.test)
importFrom(stats,ks.test)
importFrom(stats,p.adjust.methods)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,pt)