Hi ,
I am working on only T cells , I was wondering should I use score_all_cells functions by subsetting my data into both condition and samples like this :
adata.obs['T cell_therapy'] = sp.score_all_cells(adata, hubs.hubs[('Lymphoid', 'T cell', 1)],
identifiers = ['condition', 'mice_no'])
I want to make comparison between my two condition afterwards. All samples are collected from same tissue.
And how can I learn general function of hub 1 or hub 2 in T cells?
Hi ,
I am working on only T cells , I was wondering should I use score_all_cells functions by subsetting my data into both condition and samples like this :
adata.obs['T cell_therapy'] = sp.score_all_cells(adata, hubs.hubs[('Lymphoid', 'T cell', 1)],
identifiers = ['condition', 'mice_no'])
I want to make comparison between my two condition afterwards. All samples are collected from same tissue.
And how can I learn general function of hub 1 or hub 2 in T cells?