-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
72 lines (71 loc) · 1.57 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
export(RRBSeq)
export(WGBSage)
export(WGBSeq)
export(atRegions)
export(binCoverage)
export(biscuitMetadata)
export(byChromArm)
export(byExtremality)
export(checkBiscuitBED)
export(condenseSampleNames)
export(extremality)
export(fexpit)
export(filterLoci)
export(fixAge)
export(fixNAs)
export(flogit)
export(getClock)
export(getLogitFracMeth)
export(grToSeg)
export(makeBSseq)
export(readBiscuit)
export(readEpibed)
export(segToGr)
export(simplifySampleNames)
export(summarizeBsSeqOver)
export(tabixRetrieve)
export(unionize)
exportMethods(fixed)
exportMethods(geno)
exportMethods(header)
exportMethods(info)
exportMethods(meta)
exportMethods(samples)
import(BiocGenerics)
import(BiocParallel)
import(GenomeInfoDb)
import(GenomicRanges)
import(Homo.sapiens)
import(IRanges)
import(Mus.musculus)
import(QDNAseq)
import(Rsamtools)
import(S4Vectors)
import(SummarizedExperiment)
import(VariantAnnotation)
import(biscuiteerData)
import(bsseq)
import(dmrseq)
import(gtools)
import(impute)
import(readr)
importFrom(Biobase,featureNames)
importFrom(DelayedMatrixStats,rowCounts)
importFrom(Matrix,Matrix)
importFrom(R.utils,gunzip)
importFrom(VariantAnnotation,meta)
importFrom(VariantAnnotation,scanVcfHeader)
importFrom(data.table,fread)
importFrom(matrixStats,rowSums2)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(qualV,LCS)
importFrom(rtracklayer,export)
importFrom(utils,data)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,write.table)