-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
46 lines (45 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
S3method("[",PlinkFile)
export(addJob)
export(annotateGene)
export(annotatePlain)
export(annotateVcf)
export(createSingleChromosomeBCFIndex)
export(createSingleChromosomeVCFIndex)
export(download.annotation.resource)
export(getRefBase)
export(isInRange)
export(isTabixRange)
export(makeAnnotationParameter)
export(newJob)
export(newWorkflow)
export(openPlink)
export(readBGENToListByGene)
export(readBGENToListByRange)
export(readBGENToMatrixByGene)
export(readBGENToMatrixByRange)
export(readPlinkToMatrixByIndex)
export(readSingleChromosomeBCFToMatrixByRange)
export(readSingleChromosomeVCFToMatrixByRange)
export(readVCFToListByGene)
export(readVCFToListByRange)
export(readVCFToMatrixByGene)
export(readVCFToMatrixByRange)
export(rvmeta.readCovByRange)
export(rvmeta.readDataByGene)
export(rvmeta.readDataByRange)
export(rvmeta.readNullModel)
export(rvmeta.readScoreByRange)
export(rvmeta.readSkewByRange)
export(rvmeta.writeCovData)
export(rvmeta.writeScoreData)
export(tabix.createIndex)
export(tabix.createIndex.meta)
export(tabix.createIndex.vcf)
export(tabix.read)
export(tabix.read.header)
export(tabix.read.table)
export(validateAnnotationParameter)
export(writeWorkflow)
importFrom(utils,packageVersion)
useDynLib(seqminer, .registration = TRUE, .fixes = "C_")