forked from UBod/podkat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
33 lines (30 loc) · 1.34 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
useDynLib(podkat)
import(Rcpp)
import(methods)
importFrom(stats, qqplot, p.adjust, p.adjust.methods, dbeta,
glm, lm, median, model.frame, model.matrix, model.response,
na.omit, pchisq, ppoints, rbinom, residuals, rnorm, var)
importFrom(graphics, plot, abline, axTicks, axis, box, mtext,
par, points, segments, text)
importFrom(grDevices, col2rgb, rainbow, rgb)
importFrom(utils, read.table)
importFrom(parallel, makePSOCKcluster, stopCluster, clusterApplyLB, clusterEvalQ,
clusterExport, clusterCall)
importFrom(BiocGenerics, unlist, weights, path)
import(Biobase)
import(Rsamtools)
import(Matrix)
import(GenomeInfoDb)
importFrom(IRanges, IRanges, active, "active<-", "%over%")
import(GenomicRanges)
import(Biostrings)
importFrom(BSgenome, BSgenome, MaskedBSgenome)
export(computeKernel, unmaskedRegions, readSampleNamesFromVcfHeader,
readRegionsFromBedFile, betaWeights, logisticWeights, invSdWeights)
exportClasses(NullModel, AssocTestResult, AssocTestResultRanges,
VariantInfo, GenotypeMatrix)
exportMethods(show, summary, print, nullModel, assocTest, p.adjust,
variantInfo, MAF,
genotypeMatrix, readGenotypeMatrix, readVariantInfo,
partitionRegions, filterResult, qqplot, plot, sort, c,
"[", residuals, coefficients, split, weights, names)