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
AnnData objects have a .T method which transposes the whole object. It may be more efficient to use that rather than transpose each matrix in R as we do currently in AnnData2SCE()
May lead to confusion in the code though as .var would no longer refer to variable (features) and .obs to observations (cells).
The text was updated successfully, but these errors were encountered:
AnnData
objects have a.T
method which transposes the whole object. It may be more efficient to use that rather than transpose each matrix in R as we do currently inAnnData2SCE()
May lead to confusion in the code though as
.var
would no longer refer to variable (features) and.obs
to observations (cells).The text was updated successfully, but these errors were encountered: