-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.11 KB
/
NAMESPACE
File metadata and controls
49 lines (48 loc) · 1.11 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[",exstra_db)
S3method("[",exstra_score)
S3method("[",exstra_tsum)
S3method("length<-",exstra_score)
S3method("plot_names<-",exstra_score)
S3method(copy,default)
S3method(copy,exstra_db)
S3method(ggplot,exstra_score)
S3method(loci,exstra_db)
S3method(plot,exstra_score)
S3method(plot,exstra_tsum)
S3method(plot_names,exstra_score)
S3method(print,exstra_db)
S3method(print,exstra_score)
S3method(print,exstra_tsum)
export("plot_names<-")
export(add_alpha_)
export(as.exstra_score)
export(copy)
export(filter_low_scores)
export(filter_sex)
export(ggexstra_ecdf)
export(is.exstra_db)
export(is.exstra_score)
export(is.exstra_tsum)
export(loci)
export(loci_min_exp)
export(loci_normal)
export(loci_normal_exp)
export(loci_text_info)
export(p_values)
export(plot_multi)
export(plot_names)
export(rbind_score)
export(rbind_score_list)
export(read_exstra_db)
export(read_exstra_db_ucsc)
export(read_score)
export(suggested_exstra_pipeline)
export(tsum_p_value_summary)
export(tsum_test)
import(data.table)
import(ggplot2)
import(magrittr)
import(parallel)
import(stringr)
import(testit)