Closed boyiguo1 closed 2 months ago
Does this package support reading VisiumHD? @boyiguo1 as on your issue with SPE https://github.com/drighelli/SpatialExperiment/issues/150 if you need to make SPE object for VisiumHD try this function https://github.com/pachterlab/SpatialFeatureExperiment/blob/devel/R/read.R#L223-L324 I haven't PR that to SPE yet.
@lwaldron any updates on VisiumHD reader?
Hi @boyiguo1 and @alikhuseynov I just saw your message. The Visium HD format is not supported yet. I am currently working on it.
@boyiguo1 @alikhuseynov Visium HD format should be supported now. You can test on Bioc-devel version 3.20. Best, Marcel
Thanks for creating the package.
I'm experimenting with
VisiumIO
0.99.3 to create SpatialExperiment object for Visium HD data.The dataset that I'm experimenting right now comes from https://www.10xgenomics.com/datasets/visium-hd-cytassist-gene-expression-libraries-of-mouse-brain-he.
The first issue I had is to directly load an
.tar.gz
object directly via theresource
statement.I read from the vignette
resources = "path/to/10x/visium/file.tar.gz"
, which I thought.tar.gz
is an accepted format, can you clarify?The second issue I had is with
import
function after creating an "TENxVisium" object. Specifically, I unzipped the tar.gz object to a folder (which contains a layer ofouts
to contain all necessary files). I was successfully runningTENxVisium
function. However, when I tried to import as anspe
object, I received the error messageError in if (is.url) { : the condition has length > 1
, which doesn't seem to come fromSpatialExperiment
object.Here is the session info