Open parkjooyoung99 opened 1 year ago
Dear developer,
when running BoundaryDefine with MalLabel = NULL, the error below pops up Error in[.data.frame(TumorST@meta.data, , c("CNVLabel", "CNVScores")) : undefined columns selected
Error in
(TumorST@meta.data, , c("CNVLabel", "CNVScores")) : undefined columns selected
and this is because the code is trying to find column 'CNVScores' which is not created during STCNVScore step.
In STCNVScore, the colname is set as 'cnv_score' not 'CNVScores'. I think modification should be made.
Thank you!
I've fixed the code; thank you for your reminder.
Dear developer,
when running BoundaryDefine with MalLabel = NULL, the error below pops up
Error in
[.data.frame(TumorST@meta.data, , c("CNVLabel", "CNVScores")) : undefined columns selected
and this is because the code is trying to find column 'CNVScores' which is not created during STCNVScore step.
In STCNVScore, the colname is set as 'cnv_score' not 'CNVScores'. I think modification should be made.
Thank you!