-
Notifications
You must be signed in to change notification settings - Fork 3
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
DLPFC dataset #23
Comments
Hi Cristal, This is the correct dataset. Best, |
|
Hi there, You can find the file at https://github.com/LieberInstitute/HumanPilot/tree/master/10X. |
t
Thank you very much and good luck with your research! |
Dear Professor,
![Screen Shot 2023-09-16 at 1 52 05 pm](https://private-user-images.githubusercontent.com/128761908/268427449-0741b8a0-247b-460e-93f4-b1c3f3d2a7f8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDgzNjYsIm5iZiI6MTczOTYwODA2NiwicGF0aCI6Ii8xMjg3NjE5MDgvMjY4NDI3NDQ5LTA3NDFiOGEwLTI0N2ItNDYwZS05M2Y0LWIxYzNmM2QyYTdmOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwODI3NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YjM3N2VkNzhjYjMyM2RiYTRhN2NmNmQ1MDk3YjRhNjBkM2MxOGNiY2ExODAxMmQwOTY3MmFlMDhjNjMyM2Q0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.WK7gFOzPjNlMOo2Gfo03HhKa7aoOAQOaHBv0hZgpSZc)
Thanks for your explanation and patience! I want to know how can I find the DLPFC dataset in the tutorial:
anno_df = pd.read_csv('./data/spatialLIBD/barcode_level_layer_map.tsv', sep='\t', header=None)
adata_st1 = sc.read_visium(path="./data/spatialLIBD/%d" % slice_idx[0],
count_file="%d_filtered_feature_bc_matrix.h5" % slice_idx[0])
adata_st2 = sc.read_visium(path="./data/spatialLIBD/%d" % slice_idx[1],
count_file="%d_filtered_feature_bc_matrix.h5" % slice_idx[1])
adata_st3 = sc.read_visium(path="./data/spatialLIBD/%d" % slice_idx[1],
count_file="%d_filtered_feature_bc_matrix.h5" % slice_idx[2])
adata_st4 = sc.read_visium(path="./data/spatialLIBD/%d" % slice_idx[1],
count_file="%d_filtered_feature_bc_matrix.h5" % slice_idx[3])
How can I find this dataset, could you provide the link? Since I am a little confused about which dataset, I download the table below: h5_filtered
Do I get the correct dataset?
Thanks in advance!
Best regards,
Cristal
The text was updated successfully, but these errors were encountered: