Description Usage Arguments Details Value Examples
View source: R/preprocessSVG.R
Preprocessing steps to prepare input data for nnSVG
1 2 3 4 5 6 7 8 9 |
spe |
|
in_tissue |
|
filter_genes |
|
filter_mito |
|
residuals |
|
logcounts |
|
deconv |
|
Convenience function to run several preprocessing steps to prepare input data object for nnSVG. This function is designed for data from the 10x Genomics Visium platform, and is used for examples in the nnSVG package.
In general, the code in this function will need to be adapted for a given dataset, so we recommend running the steps individually instead of using this function. The steps are described in more detail in our online book "Orchestrating Spatially Resolved Transcriptomics Analysis with Bioconductor (OSTA)".
Returns a SpatialExperiment
object that can be provided to
nnSVG
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.