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
Thank you for your excellent work on BayesSpace. I am currently attempting to implement BayesSpace with a 10x Visium data link, I've downloaded the Feature / barcode matrix (filtered) file and the Spatial imaging data file, the file are organized like this
Then I try to load the data by the readVisium function like this
library(BayesSpace)
hbc<- readVisium("hbc/")
It prompt error
Error in .subscript.2ary(x, , j, drop = TRUE) : subscript out of bounds
Calls: readVisium -> [ -> [ -> .subscript.2ary
Execution halted
I find a function read10Xh5 in your source code and try to use this function to load data. This function can successfully load the data but it prompts error in the spatialCluster function
Hi,
Thank you for your excellent work on BayesSpace. I am currently attempting to implement BayesSpace with a 10x Visium data link, I've downloaded the Feature / barcode matrix (filtered) file and the Spatial imaging data file, the file are organized like this
. ├── filtered_feature_bc_matrix │ ├── barcodes.tsv.gz │ ├── features.tsv.gz │ └── matrix.mtx.gz ├── filtered_feature_bc_matrix.h5 ├── Parent_Visium_Human_BreastCancer_filtered_feature_bc_matrix.tar.gz └── spatial ├── aligned_fiducials.jpg ├── detected_tissue_image.jpg ├── scalefactors_json.json ├── tissue_hires_image.png ├── tissue_lowres_image.png └── tissue_positions_list.csv
Then I try to load the data by the
readVisium
function like thisIt prompt error
I find a function
read10Xh5
in your source code and try to use this function to load data. This function can successfully load the data but it prompts error in thespatialCluster
functionI'm a novice in R, my following script is like this, which is modified from your tutorial on the DLPFC dataset link
Please help me solve this problem.
The text was updated successfully, but these errors were encountered: