Commit d9fe2e23 authored by smorabit's avatar smorabit
Browse files

working on network circle plots

parent 1eca02fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ ModuleConnectivity <- function(seurat_obj, harmonized=TRUE, wgcna_name=NULL, ...
  MEs <- GetMEs(seurat_obj, harmonized, wgcna_name)

  tic("SignedKME")
  kMEs <- signedKME(
  kMEs <- WGCNA::signedKME(
    datExpr,
    MEs,
    outputColumnName = "kME",