addPerROIQC | R Documentation |
Add QC statistics to the Spatial Experiment object
addPerROIQC(
spe_object,
sample_fraction = 0.9,
rm_genes = TRUE,
min_count = 5,
design = NULL
)
spe_object |
A SpatialExperiment object |
sample_fraction |
Double. Genes with low count in more than this threshold of the samples will be removed. Default is 0.9 |
rm_genes |
Logical. Decide whether genes with low count in more than sample_fraction of the samples are removed from the dataset. Default is TRUE. |
min_count |
Integer. Minimum read count to calculate count threshold. Default is 5. |
design |
Generate using |
A SpatialExperiment object
data("dkd_spe_subset")
spe_filtered <- addPerROIQC(dkd_spe_subset)
spe_filtered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.