forked from pirl-unc/binfotron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
69 lines (68 loc) · 2.09 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
# Generated by roxygen2: do not edit by hand
export("%ni%")
export(add_comments)
export(announce_end_of_stack)
export(announce_start_of_stack)
export(announce_total_time)
export(bgv_lab_prep_count_data_for_deseq2)
export(bgv_lab_prep_count_data_for_gene_signature)
export(calc_expression_metrics)
export(calc_fdr)
export(calc_impres)
export(calculate_gene_signatures)
export(chao1)
export(convert_gmt_file)
export(convert_na_to_zeroes)
export(convert_piped_col_names_to_single_names)
export(create_gene_lookup)
export(dXX_index)
export(default_ckpt_pairs)
export(differential_expression)
export(drop_low_columns)
export(evenness)
export(extract_mixcr_analyze_shotgun_reports)
export(format_gene_set_name)
export(get_biomart_hsa_ucsc_path)
export(get_corrected_entropy_rdata_2_4096_path)
export(get_corrected_entropy_rdata_4097_65536_path)
export(get_corrected_entropy_rdata_ab1025_65K_ent1_8_path)
export(get_corrected_entropy_rdata_ab8_1024_ent1_8_path)
export(get_default_sample_key)
export(get_features_from_gmt_file)
export(get_gene_set_entrez_human_bgvlab_path)
export(get_gene_set_entrez_human_c2_path)
export(get_gene_set_entrez_human_cta_path)
export(get_gene_set_entrez_human_kegg_path)
export(get_gene_set_hgnc_human_bgvlab_path)
export(get_gene_set_hgnc_human_c2cp_path)
export(get_gene_set_hgnc_human_cta_path)
export(get_gene_set_hgnc_human_kegg_path)
export(get_gene_sigs_clustered_by_category)
export(get_ipres_gene_sigs)
export(gg_color_hue)
export(has_sufficient_abundance_for_entropy)
export(immune_gene_set_groupings)
export(import_gmt_as_list)
export(inv_simpson)
export(is_not_null)
export(log_transform_plus)
export(make_intro_text)
export(normalize_rows_by_quartile)
export(operatable_columns)
export(predict_true_entropy_from_counts)
export(predict_true_entropy_from_diversity)
export(pvalue_stars)
export(regression)
export(require_data_in_samples)
export(round_data)
export(scale_columns)
export(screen_counts)
export(shannon_entropy)
export(specify_decimal)
export(view_boxplot)
export(view_clustered_myHeatmap)
export(view_volcano_plot)
export(write_metadata)
import(checkmate)
import(data.table)
import(magrittr)