-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Not able to see celltypes after processing the multimodal data with the multimodal run #139
Comments
Hi @BioinfoTongLI and @dannda I will really appreciate your input on this issue that I am facing while working on the multi-omics processing webatlas pipeline. |
I also met this problem when running the multimodal to combine multiple sections of 10X visum data. Have you tried to set the sort to False?
|
Hi @Zhuang-Bio Thank you for the suggestion. I am trying it but now my params file is not able to parse. I don't have a cell2location file for spot annotation but I did add a new metadata with the spot annotation as "RCTD_Prediction". Below is the new multi modal config file that was not able to parse. Thank you for your help!
|
hi @ashishjain1988 , could you please also share the config json file the pipeline generated? as a sanity check as well, could you confirm in the generated zarr directories there is a |
Hi @dannda Please find attached the output json file after the webatlas-pipeline multi omics run. I also checked the generated zarr directories and both of them have the respective meta datas (also in the final zarr directory after multi omics run). For the |
Thanks @ashishjain1988 |
Hi @dannda , Thank you for the updated file! It worked! I am now able to see the intersected cell types. However, can we also show all the cell types on webatlas in the list (eg. cell types that are specific to one omics type)? |
Glad to hear that! |
Thank you for the help! |
Hi @dannda, I am also trying to show the 'obsSets' in the multimodal view as shown in the example. I tried to update the config file but I am not able to show it. Although, the metadata can be seen on spatial and UMAP plots for the datasets but nothing is seen in the 'Cell Sets' panel (Show only spinner animation). Can you please help me with that? My Config file Also, can we show only the common metadata (with same name) in the 'obsSets' between the multiomics data or any metadata in any of the datasets? The fixes for this issue is not updated in the singularity container. Do I need to change anything for that? I am using the dev branch code for the pipeline. |
Hi,
I am currently trying to combine my processed Visium and scRNAseq data using the multimodal run. Following the tutorial I was able to process the data and was able to see the combine feature (Gene list) but I am not able to see the combined cell type on webatlas-portal. Here is my multimodal config file that I used to process the data.
url: http://localhost:3000/p262_Multimodal_1/0.5.2/
project: p262_Multimodal
title: "Gut data"
description: ""
outdir: ./output/P262_Multimodal_1
data:
obs_type: "cell"
anndata: ./p262_output/0.5.2/p262-scRNAseq-anndata.zarr/
extend_feature: obs/cell.idents.L1
offset: 0
is_spatial: false
vitessce_options:
spatial:
xy: "obsm/spatial"
mappings:
obsm/X_umap: [0, 1]
matrix: "X"
obs_type: "spot"
anndata: ./output/T604_WebAtlas_h5ad/0.5.2/visium-heart-disease-anndata.zarr/
extend_feature: obs/RCTD_Prediction
offset: 1000000
is_spatial: true
raw_image: ./output/T604_WebAtlas_h5ad/0.5.2/visium-heart-disease-raw.zarr/
label_image: ./output/T604_WebAtlas_h5ad/0.5.2/visium-heart-disease-label.zarr/
vitessce_options:
spatial:
xy: "obsm/spatial"
matrix: "X"
I also tried to rename the cell annotations an try to use extend_feature_name but then I was not able to see even the overlapped gene list. Can you please help me to fix this?
Regards,
Ashish Jain
The text was updated successfully, but these errors were encountered: