You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the problems when I tried to load the SpaceRanger resutls in python. My data was obtained from FFPE samples processed by SpaceRanger 3.1.0.
I ran the code as below and got the error: import stlearn as st import scanpy as sc sample_233_st = st.Read10X(path="H:/spatial/spaceranger/B115-18-233/outs", count_file="filtered_feature_bc_matrix.h5", library_id="233", load_images=True, quality="hires", image_path="H:/spatial/spaceranger/B115-18-233/outs/spatial/tissue_hires_image.png")
Besides, I also used scanpy.read_visium to successfully load it sample_233 = sc.read_visium(path=data_dir, count_file="filtered_feature_bc_matrix.h5", library_id="sample_233",load_images=True,source_image_path=data_dir+"/spatial")
Then I tried to lauch the interactive interface by stlearn.pl.gene_plot_interactive st.pl.gene_plot_interactive(sample_233)
It also reported an error:
I am so appreciate for any advice
Thanks a lot
Tan Licheng
The text was updated successfully, but these errors were encountered:
Dear developers,
I encountered the problems when I tried to load the SpaceRanger resutls in python. My data was obtained from FFPE samples processed by SpaceRanger 3.1.0.
I ran the code as below and got the error:
import stlearn as st import scanpy as sc sample_233_st = st.Read10X(path="H:/spatial/spaceranger/B115-18-233/outs", count_file="filtered_feature_bc_matrix.h5", library_id="233", load_images=True, quality="hires", image_path="H:/spatial/spaceranger/B115-18-233/outs/spatial/tissue_hires_image.png")
Besides, I also used scanpy.read_visium to successfully load it
sample_233 = sc.read_visium(path=data_dir, count_file="filtered_feature_bc_matrix.h5", library_id="sample_233",load_images=True,source_image_path=data_dir+"/spatial")
Then I tried to lauch the interactive interface by stlearn.pl.gene_plot_interactive
st.pl.gene_plot_interactive(sample_233)
It also reported an error:
I am so appreciate for any advice
Thanks a lot
Tan Licheng
The text was updated successfully, but these errors were encountered: