-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
export(RNAseq_cnv_reg)
export(RNAseq_diffAnalysis)
export(RNAseq_normalization)
export(compute_gene_meth_profile)
export(compute_indiv_dm_table)
export(compute_pop_dm_table)
export(dmDistance)
export(dmRandomDataset)
export(dmTable)
export(fad_RNAseq_diffAnalysis)
export(from_big_to_profile)
export(generate_fakestudy)
export(getProfileListID)
export(get_probe_names)
export(interpolate_gene)
export(noCNV_diffAnalysis)
export(plot_meth_profile)
export(plot_trscr_meth_analysis)
export(select_candidates)
export(trscr_meth_analysis)
importFrom(DESeq2,"DESeq")
importFrom(DESeq2,"DESeqDataSetFromMatrix")
importFrom(DESeq2,"counts")
importFrom(DESeq2,"normalizationFactors")
importFrom(DESeq2,"results")
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(stats,"as.formula")
importFrom(stats,"lm")
importFrom(stats,"quantile")
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,wilcox.test)