-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 777 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 777 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(base::dim,xptr_bed)
S3method(pcadapt,pcadapt_bed)
S3method(pcadapt,pcadapt_matrix)
S3method(pcadapt,pcadapt_pool)
S3method(plot,pcadapt)
export(bed2matrix)
export(get.pc)
export(get.pop.names)
export(get.score.color)
export(hist_plot)
export(manhattan_plot)
export(pcadapt)
export(qq_plot)
export(read.pcadapt)
export(run.pcadapt)
export(score_plot)
export(scree_plot)
export(vcf2pcadapt)
export(writeBed)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,rainbow)
importFrom(magrittr,"%>%")
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(utils,read.table)
useDynLib(pcadapt)
useDynLib(pcadapt, .registration = TRUE)