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
coef doesn't contain headers or row names, and I was wondering how one can be sure which cell types and which samples correspond to which columns / rows?
I assume that, for the samples, the order will not change from the bulk's row names, but what about the different cell types? How can I assign names there?
Thank you!!
The text was updated successfully, but these errors were encountered:
sarahbonnin
changed the title
Cell type assignation in "coef"
Cell type assignment in "coef"
Aug 9, 2022
Hi Sarah,
thanks for using our tool!
Right, the order of the bulk samples don't change. The output of "ag.init" when you feed in anndata, contains the mean expressions of the cell type (centroids = ag.init(adata, celltype_key='Celltype')). The order of the cell types should be similar to that.
Let me know if you have any more Qs.
Hello,
I have a very basic question!
After running the "init" and "optimize" steps, I obtain the coefficients with the deconvolve function:
coef
doesn't contain headers or row names, and I was wondering how one can be sure which cell types and which samples correspond to which columns / rows?I assume that, for the samples, the order will not change from the bulk's row names, but what about the different cell types? How can I assign names there?
Thank you!!
The text was updated successfully, but these errors were encountered: