-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
S3method(extract.gt,haps)
S3method(extract.gt,oxford)
S3method(extract.gt,vcfR)
S3method(extract.snps,haps)
S3method(extract.snps,oxford)
S3method(extract.snps,vcfR)
S3method(imputation_accuracy,character)
S3method(imputation_accuracy,haps)
S3method(imputation_accuracy,matrix)
S3method(imputation_accuracy,vcfR)
S3method(write.snps,haps)
S3method(write.snps,matrix)
S3method(write.snps,oxford)
S3method(write.snps,vcfR)
export(as.haps)
export(cbind_SNP_files)
export(cbind_SNPs)
export(cbind_snp_files)
export(convert_phases)
export(convert_plink)
export(convert_plinkA)
export(extract.gt)
export(extract.snps)
export(get_firstcolumn)
export(get_ncols)
export(get_nlines)
export(heterozygosity)
export(imputation_accuracy)
export(imputation_accuracy1)
export(imputation_accuracy3)
export(is.oxford)
export(mask_SNPs)
export(mask_snp_file)
export(mergeChips)
export(phasotogeno)
export(phasotogeno_int)
export(rbind_SNP_files)
export(rbind_SNPs)
export(rbind_snp_files)
export(read.haps)
export(read.oxford)
export(read.snps)
export(rowconcatenate)
export(write.haps)
export(write.oxford)
export(write.snps)
import(abind)
import(vcfR)
importFrom(stats,cor)
importFrom(stats,sd)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(Siccuracy)