a3f51b16 |
# Generated by roxygen2: do not edit by hand
|
3b27556d |
|
5e8063ce |
export(AUCell_assignCells)
|
7ad11308 |
export(AUCell_buildRankings)
export(AUCell_calcAUC)
export(AUCell_exploreThresholds)
|
a3f51b16 |
export(AUCell_plotHist)
export(AUCell_plotTSNE)
|
609a62cd |
export(AUCell_run)
|
7ad11308 |
export(aucellResults)
export(getAUC)
|
8e9262e4 |
export(getAssignments)
|
c3987f86 |
export(getRanking)
|
60b007dc |
export(getSetNames)
|
8e9262e4 |
export(getThresholdSelected)
|
7ad11308 |
export(nGenes)
|
0e8ce522 |
export(orderAUC)
|
33a3ce01 |
export(plotEmb_rgb)
|
2ac32c82 |
export(plotGeneCount)
|
1e942706 |
export(plotTsne_cellProps)
|
7ad11308 |
export(setGeneSetNames)
export(subsetGeneSets)
|
ebdf893b |
export(updateAucellResults)
|
967d0537 |
exportMethods(cbind)
|
a3f51b16 |
exportMethods(getAUC)
exportMethods(getRanking)
|
7e31205d |
exportMethods(rbind)
|
7ad11308 |
import(GSEABase)
|
a3f51b16 |
import(data.table, except = shift)
|
609a62cd |
importClassesFrom(DelayedArray,DelayedArray)
|
a3f51b16 |
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
|
bacdf30a |
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,rbind)
|
609a62cd |
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,blockApply)
importFrom(DelayedArray,colAutoGrid)
importFrom(DelayedMatrixStats,colRanks)
|
3dbd53c6 |
importFrom(R.utils,capitalize)
|
a3f51b16 |
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
|
3dbd53c6 |
importFrom(graphics,abline)
|
a3f51b16 |
importFrom(graphics,box)
|
3dbd53c6 |
importFrom(graphics,boxplot)
importFrom(graphics,hist)
|
a3f51b16 |
importFrom(graphics,legend)
|
3dbd53c6 |
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
|
a3f51b16 |
importFrom(graphics,plot)
|
3dbd53c6 |
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
|
02468e1e |
importFrom(methods,is)
|
3dbd53c6 |
importFrom(methods,new)
|
02468e1e |
importFrom(stats,as.dist)
importFrom(stats,cor)
|
3dbd53c6 |
importFrom(stats,density)
importFrom(stats,dnorm)
|
02468e1e |
importFrom(stats,hclust)
|
3dbd53c6 |
importFrom(stats,ks.test)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,installed.packages)
|
a3f51b16 |
importMethodsFrom(SummarizedExperiment,assay)
importMethodsFrom(SummarizedExperiment,assayNames)
importMethodsFrom(SummarizedExperiment,assays)
|