-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
162 lines (161 loc) · 3.95 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Generated by roxygen2: do not edit by hand
S3method(print,bytes)
S3method(sig_tally,CopyNumber)
S3method(sig_tally,MAF)
S3method(sig_tally,RS)
S3method(subset,CopyNumber)
export("%>%")
export(":=")
export(.data)
export(.env)
export(CopyNumber)
export(MAF)
export(add_h_arrow)
export(add_labels)
export(as_label)
export(as_name)
export(bp_attribute_activity)
export(bp_cluster_iter_list)
export(bp_extract_signatures)
export(bp_extract_signatures_iter)
export(bp_get_clustered_sigs)
export(bp_get_rank_score)
export(bp_get_sig_obj)
export(bp_get_stats)
export(bp_show_survey)
export(bp_show_survey2)
export(cosine)
export(enquo)
export(enquos)
export(enrich_component_strand_bias)
export(expr)
export(get_Aneuploidy_score)
export(get_adj_p)
export(get_bayesian_result)
export(get_cn_freq_table)
export(get_cn_ploidy)
export(get_genome_annotation)
export(get_group_comparison)
export(get_groups)
export(get_intersect_size)
export(get_pLOH_score)
export(get_shannon_diversity_index)
export(get_sig_cancer_type_index)
export(get_sig_db)
export(get_sig_exposure)
export(get_sig_feature_association)
export(get_sig_rec_similarity)
export(get_sig_similarity)
export(get_tidy_association)
export(group_enrichment)
export(group_enrichment2)
export(handle_hyper_mutation)
export(hello)
export(output_bootstrap)
export(output_fit)
export(output_sig)
export(output_tally)
export(read_copynumber)
export(read_copynumber_ascat)
export(read_copynumber_seqz)
export(read_maf)
export(read_maf_minimal)
export(read_sv_as_rs)
export(read_vcf)
export(read_xena_variants)
export(report_bootstrap_p_value)
export(same_size_clustering)
export(scoring)
export(show_catalogue)
export(show_cn_circos)
export(show_cn_components)
export(show_cn_distribution)
export(show_cn_features)
export(show_cn_freq_circos)
export(show_cn_group_profile)
export(show_cn_profile)
export(show_cor)
export(show_cosmic)
export(show_cosmic_sig_profile)
export(show_group_comparison)
export(show_group_distribution)
export(show_group_enrichment)
export(show_group_mapping)
export(show_groups)
export(show_sig_bootstrap_error)
export(show_sig_bootstrap_exposure)
export(show_sig_bootstrap_stability)
export(show_sig_consensusmap)
export(show_sig_exposure)
export(show_sig_feature_corrplot)
export(show_sig_fit)
export(show_sig_number_survey)
export(show_sig_number_survey2)
export(show_sig_profile)
export(show_sig_profile_heatmap)
export(show_sig_profile_loop)
export(sig_attrs)
export(sig_auto_extract)
export(sig_convert)
export(sig_estimate)
export(sig_exposure)
export(sig_extract)
export(sig_fit)
export(sig_fit_bootstrap)
export(sig_fit_bootstrap_batch)
export(sig_modify_names)
export(sig_names)
export(sig_number)
export(sig_signature)
export(sig_tally)
export(sig_unify_extract)
export(sigprofiler_extract)
export(sigprofiler_import)
export(sigprofiler_reorder)
export(simulate_catalogue)
export(simulate_catalogue_matrix)
export(simulate_signature)
export(sym)
export(syms)
export(transform_seg_table)
export(use_color_style)
exportClasses(CopyNumber)
exportClasses(MAF)
import(NMF)
import(cli)
import(ggplot2)
import(methods)
importClassesFrom(data.table,data.table)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,progress_estimated)
importFrom(furrr,future_pmap)
importFrom(future,plan)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,hist)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,fisher.test)
importFrom(stats,kmeans)
importFrom(stats,pairwise.table)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageDescription)
useDynLib(sigminer, .registration = TRUE)