Skip to content

Commit

Permalink
fixed metadata export
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSeaman committed Nov 26, 2024
1 parent 6fd1969 commit 35d2284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ if (params.IntegrationMethod != "NULL"){
meta_table <- cbind(meta_table, MergedSO@reductions[["umap.unintegrated"]]@cell.embeddings)
}
meta_table <- cbind(meta_table, as.data.frame(MergedSO@reductions$pca@cell.embeddings))
write.csv(file = paste0("08_",params.ProjectName,"_MetaTable.tsv"), meta_table, col.names = T)
write.csv(file = paste0("08_",params.ProjectName,"_MetaTable.tsv"), meta_table, quote = F)



Expand Down

0 comments on commit 35d2284

Please sign in to comment.