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
A new Xenium Bundle using 5k panels has been released by 10X (https://www.10xgenomics.com/datasets/preview-data-xenium-prime-gene-expression), but I cannot load it using ReadXenium().
There was a similar question before, and when I entered the same code, the following error occurred. It seems that the cause is that barcode.tsv.gz does not exist in the cell_feature_matrix file.
Could you please tell me how to solve this problem and the code?
A new Xenium Bundle using 5k panels has been released by 10X (https://www.10xgenomics.com/datasets/preview-data-xenium-prime-gene-expression), but I cannot load it using ReadXenium().
There was a similar question before, and when I entered the same code, the following error occurred. It seems that the cause is that barcode.tsv.gz does not exist in the cell_feature_matrix file.
Could you please tell me how to solve this problem and the code?
data <- ReadXenium(data.dir = DIR) Read10X(data.dir = file.path(data.dir, "cell_feature_matrix.zarr")) でエラー: Barcode file missing. Expecting barcodes.tsv.gz Called from: Read10X(data.dir = file.path(data.dir, "cell_feature_matrix.zarr"))
The text was updated successfully, but these errors were encountered: