Skip to content
Discussion options

You must be logged in to vote

Thank you @MJoseMo.

You will need thefiltered_feature_bc_matrix.h5 file in the directory passed to Load10X_Spatial. See the function documentation: https://satijalab.org/seurat/reference/load10x_spatial.

So, say you have a folder named "A1", with the path to A1 being "C:/Users/MM.5076373/Downloads/GSE159709_RAW/A1" from your code above. The folder should contain "spatial/" and "filtered_feature_bc_matrix.h5". Then the following call to Load10X_Spatial should be successful:

A1_new <- Load10X_Spatial(
data.dir = "C:/Users/MM.5076373/Downloads/GSE159709_RAW/A1"
)

Hope this helps - please let me know if you have any follow ups.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@MJoseMo
Comment options

@anashen
Comment options

@MJoseMo
Comment options

@anashen
Comment options

@MJoseMo
Comment options

Answer selected by anashen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants