Description Usage Arguments Details Value Examples
View source: R/preprocessSVGs.R
Preprocessing steps to run SVGs methods
1 2 3 4 5 6 7 | preprocessSVGs(
spe,
in_tissue = TRUE,
filter_genes = 10,
filter_mito = TRUE,
seed = 123
)
|
spe |
|
in_tissue |
|
filter_genes |
|
filter_mito |
|
seed |
|
Convenience function to run several preprocessing steps to prepare data for
input to SVGs methods. Mainly intended for development work, but may also be
useful for others. The steps are intended for 10x Genomics Visium data. Code
is sourced from our online book OSTA
, and makes use of the
SpatialExperiment
structure.
Returns a SpatialExperiment
object that is ready to be
provided as the input to SVGs methods.
1 | paste0("to do")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.