Commit 410ecac2 authored by smorabit's avatar smorabit
Browse files

fix ResetModuleNames

parent 18f3bf32
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ export(PlotModuleTraitCorrelation)
export(PlotModuleTrajectory)
export(PlotSoftPowers)
export(ProjectModules)
export(ROCCurves)
export(ReassignModules)
export(ResetModuleColors)
export(ResetModuleNames)

man/ROCCurves.Rd

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plotting.R
\name{ROCCurves}
\alias{ROCCurves}
\title{ROCCurves}
\usage{
ROCCurves(seurat_obj, roc_df = NULL, conf_df = NULL, wgcna_name = NULL)
}
\arguments{
\item{seurat_obj}{A Seurat object}

\item{wgcna_name}{The name of the hdWGCNA experiment in the seurat_obj@misc slot}

\item{dbs}{List of EnrichR databases}

\item{max_genes}{Max number of genes to include per module, ranked by kME.}
}
\description{
Makes barplots from Enrichr data
}
\examples{
ROCCurves
}
\keyword{scRNA-seq}