You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we use single cell data normalized with SCT ? I have the following error :
Error in as.matrix(sc_dataset@assays$RNA@data) : no slot of name "data" for this object of class "Assay5"
and if i replace in the code sc_dataset@assays$RNA@data, by sc_dataset@assays$SCT@data, I have 0 cells identified, no matter the alpha value.
I perform SCISSOR analysis on my data (with classic RNA assay) and want to do the reliability test. However, I don't know what I have to put instead X and Y variables in the function : result2 <- reliability.test(X, Y, network, alpha = 0.05, family = "binomial", cell_num = numbers, n = 50, nfold = 10).
Does someone have the answer to these questions ?
The text was updated successfully, but these errors were encountered:
Hi,
I have two questions :
How can we use single cell data normalized with SCT ? I have the following error :
Error in as.matrix(sc_dataset@assays$RNA@data) : no slot of name "data" for this object of class "Assay5"
and if i replace in the code sc_dataset@assays$RNA@data, by sc_dataset@assays$SCT@data, I have 0 cells identified, no matter the alpha value.
I perform SCISSOR analysis on my data (with classic RNA assay) and want to do the reliability test. However, I don't know what I have to put instead X and Y variables in the function : result2 <- reliability.test(X, Y, network, alpha = 0.05, family = "binomial", cell_num = numbers, n = 50, nfold = 10).
Does someone have the answer to these questions ?
The text was updated successfully, but these errors were encountered: