# Generated by roxygen2: do not edit by hand

S3method(GeneSetDb,BiocSet)
S3method(GeneSetDb,GeneSetCollection)
S3method(GeneSetDb,GeneSetDb)
S3method(GeneSetDb,data.frame)
S3method(GeneSetDb,default)
S3method(GeneSetDb,list)
S3method(all.equal,GeneSetDb)
S3method(as.data.frame,GeneSetDb)
S3method(as.data.table,GeneSetDb)
S3method(as.list,GeneSetDb)
S3method(fdata,default)
S3method(pdata,default)
S3method(renameRows,DGEList)
S3method(renameRows,EList)
S3method(renameRows,SummarizedExperiment)
S3method(renameRows,default)
S3method(renameRows,eSet)
S3method(result,SparrowResult)
S3method(scale_rows,Matrix)
S3method(scale_rows,default)
S3method(scale_rows,matrix)
S3method(scale_rows,sparseMatrix)
export("featureIdType<-")
export("geneSetCollectionURLfunction<-")
export(GeneSetDb)
export(addCollectionMetadata)
export(addGeneSetMetadata)
export(annotateGeneSetMembership)
export(calculateIndividualLogFC)
export(convertIdentifiers)
export(corplot)
export(eigenWeightedMean)
export(encode_gskey)
export(exampleBiocSet)
export(exampleDgeResult)
export(exampleExpressionSet)
export(exampleGeneSetDF)
export(exampleGeneSetDb)
export(exampleGeneSets)
export(exampleSparrowResult)
export(failWith)
export(geneSetDb)
export(geneSets)
export(geneSetsStats)
export(getKeggCollection)
export(getKeggGeneSetDb)
export(getMSigCollection)
export(getMSigGeneSetDb)
export(getPantherCollection)
export(getPantherGeneSetDb)
export(getReactomeCollection)
export(goseq)
export(gsdScore)
export(hasGeneSet)
export(hasGeneSetCollection)
export(incidenceMatrix)
export(iplot)
export(is.active)
export(is.conformed)
export(logFC)
export(mgheatmap)
export(mgheatmap2)
export(msg)
export(ora)
export(p.matrix)
export(plot_ora_bias)
export(randomGeneSetDb)
export(renameCollections)
export(renameRows)
export(result)
export(resultNames)
export(results)
export(scale_rows)
export(scoreSingleSamples)
export(seas)
export(sparrow_methods)
export(species_info)
export(split_gskey)
export(tabulateResults)
export(validateInputs)
export(volcanoPlot)
export(volcanoStatsTable)
export(zScore)
exportClasses(GeneSetDb)
exportClasses(SparrowResult)
exportMethods("[")
exportMethods(collectionMetadata)
exportMethods(combine)
exportMethods(conform)
exportMethods(featureIdMap)
exportMethods(featureIdType)
exportMethods(featureIds)
exportMethods(geneSet)
exportMethods(geneSetCollectionURLfunction)
exportMethods(geneSetSummaryByGenes)
exportMethods(geneSetURL)
exportMethods(geneSets)
exportMethods(nrow)
exportMethods(subsetByFeatures)
exportMethods(unconform)
import(checkmate)
import(data.table)
import(methods)
importClassesFrom(BiocSet,BiocSet)
importClassesFrom(GSEABase,GeneSetCollection)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(ComplexHeatmap,Heatmap)
importFrom(GSEABase,GeneSet)
importFrom(GSEABase,GeneSetCollection)
importFrom(GSEABase,NullIdentifier)
importFrom(GSEABase,geneIdType)
importFrom(GSEABase,geneIds)
importFrom(GSEABase,setName)
importFrom(Matrix,rankMatrix)
importFrom(edgeR,camera.DGEList)
importFrom(edgeR,cpm)
importFrom(edgeR,fry.DGEList)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,glmTreat)
importFrom(edgeR,mroast.DGEList)
importFrom(edgeR,romer.DGEList)
importFrom(edgeR,topTags)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,smoothScatter)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(irlba,svdr)
importFrom(limma,barcodeplot)
importFrom(limma,camera)
importFrom(limma,cameraPR)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,fry)
importFrom(limma,geneSetTest)
importFrom(limma,kegga)
importFrom(limma,lmFit)
importFrom(limma,mroast)
importFrom(limma,romer)
importFrom(limma,topTable)
importFrom(limma,topTreat)
importFrom(limma,treat)
importFrom(limma,voom)
importFrom(plotly,add_lines)
importFrom(plotly,add_markers)
importFrom(plotly,config)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly_build)
importFrom(stats,approx)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,filter)
importFrom(stats,hclust)
importFrom(stats,model.matrix)
importFrom(stats,order.dendrogram)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(viridis,viridis)
importMethodsFrom(BiocGenerics,combine)
importMethodsFrom(BiocGenerics,nrow)
