View source: R/read10xVisiumAnalysis.R
read10xVisiumAnalysis | R Documentation |
This function expands SpatialExperiment::read10xVisium()
by reading
analysis outputs from SpaceRanger by 10x Genomics.
read10xVisiumAnalysis(
samples = "",
sample_id = paste0("sample", sprintf("%02d", seq_along(samples)))
)
samples |
Passed to |
sample_id |
Passed to |
You might want to use read10xVisiumWrapper()
instead of using this
function directly.
A named list()
with the information about the clustering and the
dimension reduction (projections) from the SpaceRanger output by 10x
Genomics.
Other Utility functions for reading data from SpaceRanger output by 10x
Genomics:
add10xVisiumAnalysis()
,
read10xVisiumWrapper()
## See 'Using spatialLIBD with 10x Genomics public datasets' for
## a full example using this function.
if (interactive()) {
browseVignettes(package = "spatialLIBD")
}
## Note that ?SpatialExperiment::read10xVisium doesn't include all the files
## we need to illustrate read10xVisiumWrapper().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.