-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·102 lines (101 loc) · 2.94 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
# Generated by roxygen2: do not edit by hand
export(LCD)
export(LCD_complex_cutoff)
export(LCD_complex_cutoff_perPID)
export(add_annotation)
export(add_as_fist_to_list)
export(aggregate_exposures_by_category)
export(annotate_intermut_dist_PID)
export(annotate_intermut_dist_cohort)
export(annotation_exposures_barplot)
export(annotation_heatmap_exposures)
export(attribute_nucleotide_exchanges)
export(average_over_present)
export(build_gene_list_for_pathway)
export(compare_SMCs)
export(compare_exposures)
export(compare_sets)
export(compare_to_catalogues)
export(complex_heatmap_exposures)
export(compute_comparison_stat_df)
export(cosineDist)
export(create_mutation_catalogue_from_VR)
export(create_mutation_catalogue_from_df)
export(cut_breaks_as_intervals)
export(exposures_barplot)
export(extract_names_from_gene_list)
export(find_affected_PIDs)
export(get_extreme_PIDs)
export(hclust_exposures)
export(makeVRangesFromDataFrame)
export(make_catalogue_strata_df)
export(make_comparison_matrix)
export(make_strata_df)
export(make_subgroups_df)
export(melt_exposures)
export(merge_exposures)
export(normalizeMotifs_otherRownames)
export(normalize_df_per_dim)
export(plotExchangeSpectra)
export(plot_SMC)
export(plot_exposures)
export(plot_relative_exposures)
export(plot_strata)
export(repeat_df)
export(run_SMC)
export(run_annotate_vcf_pl)
export(run_comparison_catalogues)
export(run_comparison_general)
export(run_kmer_frequency_correction)
export(run_kmer_frequency_normalization)
export(run_plot_strata_general)
export(sd_over_present)
export(shapiro_if_possible)
export(split_exposures_by_subgroups)
export(stat_plot_subgroups)
export(stat_test_SMC)
export(stat_test_subgroups)
export(stderrmean)
export(stderrmean_over_present)
export(sum_over_list_of_df)
export(test_exposureAffected)
export(test_gene_list_in_exposures)
export(transform_rownames_MATLAB_to_R)
export(transform_rownames_R_to_MATLAB)
export(transform_rownames_YAPSA_to_deconstructSigs)
export(transform_rownames_deconstructSigs_to_YAPSA)
export(transform_rownames_nature_to_R)
export(translate_to_1kG)
export(translate_to_hg19)
export(trellis_rainfall_plot)
import(ComplexHeatmap)
import(GenomicRanges)
import(PMCMR)
import(VariantAnnotation)
import(circlize)
import(dendextend)
import(ggplot2)
import(grid)
import(gridExtra)
import(gtrellis)
import(reshape2)
importFrom(GenomeInfoDb,"seqlengths<-")
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GetoptLong,qq)
importFrom(GetoptLong,qq.options)
importFrom(KEGGREST,keggFind)
importFrom(KEGGREST,keggGet)
importFrom(KEGGREST,keggLink)
importFrom(SomaticSignatures,motifMatrix)
importFrom(SomaticSignatures,mutationContext)
importFrom(SomaticSignatures,normalizeMotifs)
importFrom(circlize,rainfallTransform)
importFrom(corrplot,corrplot)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(lsei,lsei)