Skip to content

Commit

Permalink
Update hto_step4.R
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorini9 authored Oct 5, 2023
1 parent 0ee998b commit cb4c934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrnabox.slurm/hto/scripts/step4/hto_step4.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ foreach (i_s=1:length(sample_name)) %do% {
saveRDS(seu, paste(output_dir,'/step4/objs4/seu',i_s,".rds", sep=""))

## HTO counts after doublet removal
write.csv(table(seu$MULTI_ID), paste(output_dir,'/step4/info4/',sample_nameb[i_s],"filtered_MULTIseqDemuxHTOcounts.csv",sep=""))
write.csv(table(seu$MULTI_ID), paste(output_dir,'/step4/info4/',sample_nameb[i_s],"_filtered_MULTIseqDemuxHTOcounts.csv",sep=""))
}

## save session information
Expand Down

0 comments on commit cb4c934

Please sign in to comment.