https://github.com/kkdey/CountClust
Raw File
Tip revision: aab12e2d88fbd88ae31a334d7fe3aeeeb400931d authored by Peter Carbonetto on 15 January 2021, 13:22:45 UTC
Fixed package dependencies in DESCRIPTION.
Tip revision: aab12e2
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(BatchCorrectedCounts)
export(ExtractHighCorFeatures)
export(ExtractTopFeatures)
export(FitGoM)
export(FitGoMpool)
export(RemoveSparseFeatures)
export(StructureGGplot)
export(StructurePie)
export(compGoM)
export(compare_omega)
export(handleNA)
export(nullmodel_GoM)
import(SQUAREM)
import(ggplot2)
import(grDevices)
import(gtools)
import(mapplots)
import(plyr)
import(reshape2)
import(slam)
import(stats)
importFrom(Rtsne,Rtsne)
importFrom(cowplot,ggdraw)
importFrom(cowplot,panel_border)
importFrom(cowplot,plot_grid)
importFrom(flexmix,KLdiv)
importFrom(graphics,abline)
importFrom(gtools,rdirichlet)
importFrom(limma,voom)
importFrom(maptpx,topics)
importFrom(parallel,mclapply)
importFrom(picante,randomizeMatrix)
importFrom(slam,as.simple_triplet_matrix)
importFrom(slam,col_sums)
importFrom(slam,row_sums)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dmultinom)
importFrom(stats,lm)
importFrom(stats,rpois)
importFrom(utils,modifyList)
back to top