-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
66 lines (65 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
S3method(plot,rcongasplus)
S3method(print,rcongasplus)
export("%>%")
export(auto_config_run)
export(auto_normalisation_factor)
export(build_clone_tree)
export(create_congas_tibble)
export(filter_counts_by_quantile)
export(filter_known_genes)
export(filter_missing_data)
export(filter_outliers)
export(filter_segments)
export(fit_congas)
export(generate_random_tree)
export(get_fit)
export(get_input)
export(init)
export(plot_data)
export(plot_fit)
export(run_simulation)
export(segments_selector_congas)
export(stat)
import(CNAqc)
import(Matrix)
import(dplyr)
import(ggplot2)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h3)
importFrom(cli,cli_rule)
importFrom(cowplot,plot_grid)
importFrom(crayon,bgBlue)
importFrom(crayon,bgCyan)
importFrom(crayon,bgGreen)
importFrom(crayon,bgMagenta)
importFrom(crayon,bgRed)
importFrom(crayon,bgWhite)
importFrom(crayon,bgYellow)
importFrom(crayon,blue)
importFrom(crayon,red)
importFrom(crayon,underline)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(gtools,mixedsort)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(readr,read_delim)
importFrom(readr,write_tsv)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(stats,complete.cases)
importFrom(stats,dgamma)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats4,mle)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,head)
importFrom(utils,object.size)