saeyslab / CytoNorm

R library to normalize cytometry data
33 stars 6 forks source link

prep.cytonorm does not keep original cellular.cols columns #36

Open gosh-squash opened 2 years ago

gosh-squash commented 2 years ago

While following the Batch Alignment walk-through, found that prep.cytonorm function does not keep original cell marker columns (cellular.cols) even when specifying to keep both the original and coarse aligned columns ( cellular.cols = c(cellular.cols, paste0(cellular.cols, crs.append)) ).

I am clustering by the coarse aligned cell makers ( paste0(cellular.cols, crs.append) ), this impacts several down-stream commands which require the original column names (e.g. train.cytonorm & run.cytonorm)

Thanks in advance