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 to save the result with annotation and co-occurance? I used the following code but failed.
2.how to subset and establish the certain group?
Here is the format of my integrated data.
I used this code to subgroup:
print(ms_data_5) was like this:
however, if i want to extract the established subgroup, the code failed.
2.how to subset and establish the certain group?
Here is the format of my integrated data.
I used this code to subgroup:
print(ms_data_5) was like this:
however, if i want to extract the established subgroup, the code failed.
######datasubset = ms_data.tl.filter_by_clusters(cluster_res_key='leiden', obs=['control'], excluded=False, inplace=False)
Hope to get guidance,
Best
The text was updated successfully, but these errors were encountered: