We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typically three types of output:
The text was updated successfully, but these errors were encountered:
@dbdimitrov Could you format the above in a format like this?
AnnData object obs: 'dose_uM', 'timepoint_hr', 'raw_cell_id', 'hashtag_id', 'well', 'container_format', 'row', 'col', 'plate_name', 'cell_id', 'cell_type', 'split', 'donor_id', 'sm_name' obsm: 'HTO_clr', 'X_pca', 'X_umap', 'protein_counts' layers: 'counts', 'normalized'
Sorry, something went wrong.
Typically three types of methods: I) Individual cell/spot resolution
AnnData object with n_obs × n_vars = N × I layers: 'ccc_pred'
where N is observations (i.e. cells/spots) and I interactions
N
I
II)
AnnData object with n_obs × n_vars = N × M obs: 'cell_type' uns: 'ccc_pred'
where ccc_pred is a pd.Dataframe with the following columns: {'source_ct', 'receiver_ct', 'ligand', 'receptor'}
ccc_pred
{'source_ct', 'receiver_ct', 'ligand', 'receptor'}
III) Interactions summarized for pairs of cell types / protein across the whole slide
AnnData object with n_obs × n_vars = N × M uns: 'ccc_pred'
where ccc_pred is a pd.Dataframe with the following columns: {'ligand', 'receptor'}
{'ligand', 'receptor'}
dbdimitrov
No branches or pull requests
Typically three types of output:
The text was updated successfully, but these errors were encountered: