-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (30 loc) · 1.06 KB
/
NAMESPACE
File metadata and controls
32 lines (30 loc) · 1.06 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
export(CoRe.ADaM)
export(CoRe.AssembleFPs)
export(CoRe.Binarize_Matrix)
export(CoRe.CF_Benchmark)
export(CoRe.CS_ADaM)
export(CoRe.PanCancer_ADaM)
export(CoRe.FiPer)
export(CoRe.coreFitnessGenes)
export(CoRe.download_AnnotationModel)
export(CoRe.download_BinaryDepMatrix)
export(CoRe.download_DepMatrix)
export(CoRe.empiricalOdds)
export(CoRe.extract_tissueType_SubMatrix)
export(CoRe.generateNullModel)
export(CoRe.panessprofile)
export(CoRe.randomisedepMat)
export(CoRe.scale_to_essentials)
export(CoRe.tradeoffEO_TPR)
export(CoRe.truePositiveRate)
export(CoRe.VisCFness)
import(magrittr)
import(pheatmap)
import(pROC)
importFrom("RCurl", "url.exists")
importFrom("stringr","str_replace_all","str_replace","str_sub")
importFrom("readr","read_csv")
importFrom("grDevices", "dev.off", "jpeg")
importFrom("graphics", "abline", "axis", "barplot", "boxplot", "hist", "legend", "par", "points")
importFrom("stats", "coef", "density", "dnorm", "lm", "median", "phyper")
importFrom("utils", "download.file", "read.csv", "read.table", "setTxtProgressBar", "tail", "txtProgressBar", "unzip")