-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
135 lines (130 loc) · 3.42 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
useDynLib(DOQTL, .registration = TRUE, .fixes = "C_")
import( annotate,
annotationTools,
biomaRt,
Biobase,
BiocGenerics,
BSgenome.Mmusculus.UCSC.mm10,
corpcor,
doParallel,
foreach,
fpc,
GenomicRanges,
hwriter,
IRanges,
iterators,
QTLRel,
regress,
rhdf5,
Rsamtools,
RUnit,
VariantAnnotation,
XML )
importFrom(mclust, Mclust, mclustBIC, priorControl)
importFrom("grDevices", "colorRampPalette", "dev.off", "gray", "grey",
"png", "rgb")
importFrom("graphics", "abline", "axis", "barplot", "box", "layout",
"legend", "lines", "mtext", "par", "plot", "points", "rect",
"strheight", "strwidth", "text", "title")
importFrom("stats", "aggregate", "approx", "as.dendrogram", "as.dist",
"hclust", "lm", "pchisq", "predict", "princomp", "qnorm",
"rexp", "rnorm", "runif")
importFrom("utils", "read.delim", "write.csv", "write.table")
export("add.missing.F1s",
"add.slash",
"addLog",
"addLogVector",
"add.sig.thr",
"assoc.map",
"assoc.map.perms",
"assoc.plot",
"batch.normalize",
"bayesint",
"create.Rdata.files",
"calc.genoprob",
"calc.genoprob.alleles",
"calc.genoprob.intensity",
"categorize.variants",
"cc.trans.probs",
"check.do.coat.color",
"chr.skeletons",
"cluster.strains",
"coefplot",
"colSumsLog",
"condense.model.probs",
"condense.sanger.snps",
"convert.allele.calls",
"convert.genotypes",
"convert.genes.to.GRanges",
"convert.pos.to.GRanges",
"convert.variants.to.GRanges",
"convert.variants.to.numeric",
"create.genotype.states",
"create.html.page",
"create.Rdata.files",
"do2sanger",
"do.trans.probs",
"dof1.trans.probs",
"estimate.cluster.params",
"extract.raw.data",
"fast.qtlrel",
"fill.in.snps",
"filter.geno.probs",
"filter.samples",
"find.overlapping.genes",
"founder.F1.intensity.plot",
"gene.plot",
"get.chr.lengths",
"get.diplotype2haplotype.matrix",
"get.do.states",
"get.genotype",
"get.haplogroup",
"get.machine.precision",
"get.max.geno",
"get.mgi.features",
"get.num.auto",
"get.pattern.variants",
"get.pgw",
"get.sig.thr",
"get.snp.patterns",
"get.strains",
"get.variants",
"get.vcf.strains",
"genoprobs2hapblocks",
"genotype.by.sample.barplot",
"genotype.by.snp.barplot",
"haploprobs2hapblocks",
"html.report",
"impute.genotypes",
"intensity.mean.covar.plot",
"interpolate.markers",
"kinship.probs",
"matrixeqtl.snps",
"normalize.batches",
"permutations.qtl.LRS",
"prsmth.plot",
"pxg.plot",
"qtl.LRS",
"qtl.qtlrel",
"qtl.heatmap",
"qtl.simulate",
"quantilenorm",
"rankZ",
"scanone",
"scanone.assoc",
"scanone.eqtl",
"scanone.perm",
"sdp.plot",
"sex.predict",
"snp.plot",
"summarize.genotype.transitions",
"summarize.by.samples",
"summarize.by.snps",
"variant.plot",
"write.founder.genomes",
"write.genoprob.plots",
"write.unc.hap.file")
S3method(coef, doqtl)
S3method(plot, doqtl)
S3method(plot, genoprobs)
S3method(plot, scanone.assoc)