-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (54 loc) · 1011 Bytes
/
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
import('vcfR');
importFrom(
'data.table',
'tstrsplit',
'setDT'
);
import('reshape2');
import('BoutrosLab.plotting.general');
importFrom(
'lattice',
'draw.key'
);
import('pROC');
importFrom(
'grDevices',
'colorRampPalette',
'col2rgb'
);
importFrom(
'stats',
'aggregate',
'as.formula',
'binomial',
'glm',
'lm',
'na.omit',
'predict',
'quantile',
'setNames'
);
importFrom(
'utils',
'read.table',
'write.table'
);
export(
apply.polygenic.score,
assess.pgs.vcf.allele.match,
combine.pgs.bed,
combine.vcf.with.pgs,
convert.alleles.to.pgs.dosage,
convert.allele.frequency.to.dosage,
convert.pgs.to.bed,
flip.DNA.allele,
format.chromosome.notation,
get.pgs.percentiles,
import.pgs.weight.file,
import.vcf,
parse.pgs.input.header,
create.pgs.density.plot,
create.pgs.rank.plot,
create.pgs.with.continuous.phenotype.plot,
run.pgs.regression
);