I am struggling with an issue on CATALYST. It seems that some markers have not been included in the single cell element created by prepData function.
Here is my code:
sce <- prepData(result, panel, md,
panel_cols=list(channel="channel", antigen="antigen", class="marker_class"),
md_cols = list(file = "file_name", id = "sample_id",
factors =c("condition", "cell_id")))
Hello,
I am struggling with an issue on CATALYST. It seems that some markers have not been included in the single cell element created by prepData function. Here is my code: sce <- prepData(result, panel, md, panel_cols=list(channel="channel", antigen="antigen", class="marker_class"), md_cols = list(file = "file_name", id = "sample_id", factors =c("condition", "cell_id")))
And yet the sce displays:
What happened to the other channels ?
Thank you for your help.
Berenice