Skip to content

Commit 3a8bf99

Browse files
authored
Update DWLS_run.R
1 parent 6b98f9d commit 3a8bf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/DWLS/DWLS_run.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rm(common)
3838
message("Started running sig...")
3939
Signature <- buildSignatureMatrixMAST(scdata = C0, id = phenData[,"cellType"], path = scratchDir, diff.cutoff = 0.5, pval.cutoff = 0.01)
4040
#load("Hrvatin_2018_new_scratch/Sig.RData")
41-
Signature<-Sig
41+
#Signature<-Sig
4242

4343
#Get results and reorder the matrices for correspondence
4444
res <- future_apply(T,2, function(x){

0 commit comments

Comments
 (0)