This repository was archived by the owner on Sep 8, 2026. It is now read-only.
forked from ashishjain1988/MAFDash
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
89 lines (88 loc) · 2.47 KB
/
Copy pathNAMESPACE
File metadata and controls
89 lines (88 loc) · 2.47 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
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
# Generated by roxygen2: do not edit by hand
export(compute_exome_coverage)
export(createOncoMatrix)
export(detectMAFGenome)
export(filterMAF)
export(filterMAF2)
export(generateBurdenPlot)
export(generateCOSMICMutSigSimHeatmap)
export(generateMutationTypePlot)
export(generateOncoPlot)
export(generateOverlapPlot)
export(generateRibbonPlot)
export(generateTCGAComparePlot)
export(generateTiTvPlot)
export(generateVariantTable)
export(getMAFDashboard)
export(getMAFdataTCGA)
export(getTCGAClinicalAnnotation)
export(getTCGAClinicalColors)
import(bsplus)
import(canvasXpress)
import(circlize)
import(crosstalk)
import(flexdashboard)
import(ggplot2)
import(htmltools)
import(maftools)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,Legend)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,oncoPrint)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(DT,JS)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,reduce)
importFrom(IRanges,width)
importFrom(TCGAbiolinks,GDCdownload)
importFrom(TCGAbiolinks,GDCprepare)
importFrom(TCGAbiolinks,GDCquery)
importFrom(TCGAbiolinks,GDCquery_clinic)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ensurer,ensure_that)
importFrom(ggbeeswarm,geom_quasirandom)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,strwidth)
importFrom(knitr,knit)
importFrom(pheatmap,pheatmap)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly)
importFrom(plotly,style)
importFrom(plotly,subplot)
importFrom(readr,DataFrameCallback)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_tsv_chunked)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rmarkdown,render)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,pairwise.t.test)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(utils,count.fields)
importFrom(utils,globalVariables)
importFrom(utils,read.table)
importFrom(utils,write.table)