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
Hi, thanks for the insightful work! Now I am using SingleR to annotate query data based on reference data. I wonder how to get the confidence score of the predicted cell type.
Following is my core code:
pred <- SingleR(test = query_data, ref = ref_data, labels = ref_label)
pred <- pred$labels
return (pred)
The text was updated successfully, but these errors were encountered:
Hi, thanks for the insightful work! Now I am using SingleR to annotate query data based on reference data. I wonder how to get the confidence score of the predicted cell type.
Following is my core code:
The text was updated successfully, but these errors were encountered: