-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
42 lines (41 loc) · 923 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
# Generated by roxygen2: do not edit by hand
S3method(c,scan1perm)
S3method(cbind,scan1)
S3method(cbind,scan1perm)
S3method(max,scan1)
S3method(print,summary.scan1perm)
S3method(rbind,scan1)
S3method(rbind,scan1perm)
S3method(subset,scan1)
S3method(summary,scan1perm)
export(batch_cols)
export(bayes_int)
export(calc_sdp)
export(chr_lengths)
export(decomp_kinship)
export(est_herit)
export(find_peaks)
export(fit1)
export(genoprob_to_snpprob)
export(get_common_ids)
export(index_snps)
export(interp_map)
export(invert_sdp)
export(lod_int)
export(mat2strata)
export(max_scan1)
export(maxlod)
export(pick_marker_subset)
export(scan1)
export(scan1blup)
export(scan1coef)
export(scan1perm)
export(scan1snps)
export(subset_scan1)
export(summary_scan1perm)
export(top_snps)
importFrom(Rcpp,sourceCpp)
importFrom(stats,complete.cases)
importFrom(stats,quantile)
importFrom(stats,setNames)
useDynLib(qtl2scan, .registration=TRUE)