-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 1.67 KB
/
NAMESPACE
File metadata and controls
61 lines (60 loc) · 1.67 KB
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
# Generated by roxygen2: do not edit by hand
export(.gcscatterplot)
export(DMRfinder)
export(cpgInfo)
export(getSex.DNAmArray)
export(get_outliers)
export(plotBS)
export(plotDP)
export(plotHC)
export(plotMU)
export(plotOP)
export(preprocessFunnorm.DNAmArray)
export(probeFiltering)
export(probeMasking)
export(read.metharray.exp.par)
export(reduce)
export(screeplot)
import(FDb.InfiniumMethylation.hg19)
import(GenomicRanges)
import(ggplot2)
import(htm2txt)
import(minfi)
import(org.Hs.eg.db)
importFrom(AnnotationDbi,select)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(Biobase,annotation)
importFrom(Biobase,assayDataElement)
importFrom(Biobase,combine)
importFrom(Biobase,experimentData)
importFrom(Biobase,featureData)
importFrom(Biobase,phenoData)
importFrom(Biobase,protocolData)
importFrom(Biobase,varMetadata)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(BiocParallel,bpworkers)
importFrom(GenomeInfoDb,keepSeqlevels)
importFrom(GenomicFeatures,features)
importFrom(IRanges,IRanges)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,updateObject)
importFrom(graphics,barplot)
importFrom(readr,read_tsv)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(utils,data)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,txtProgressBar)
importFrom(ggrepel, geom_text_repel)
importFrom(pls, plsr)
importFrom(tibble, column_to_rownames, rownames_to_column)
importFrom(tidyr, pivot_wider)
importFrom(stats, na.omit, prcomp)
importFrom(utils, unstack)