We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b98f9d commit 3a8bf99Copy full SHA for 3a8bf99
Modules/DWLS/DWLS_run.R
@@ -38,7 +38,7 @@ rm(common)
38
message("Started running sig...")
39
Signature <- buildSignatureMatrixMAST(scdata = C0, id = phenData[,"cellType"], path = scratchDir, diff.cutoff = 0.5, pval.cutoff = 0.01)
40
#load("Hrvatin_2018_new_scratch/Sig.RData")
41
-Signature<-Sig
+#Signature<-Sig
42
43
#Get results and reorder the matrices for correspondence
44
res <- future_apply(T,2, function(x){
0 commit comments