prepareSpatialDecon: Preparing the inputs for SpatialDecon for doing deconvolution...

View source: R/prepareDecon.R

prepareSpatialDeconR Documentation

Preparing the inputs for SpatialDecon for doing deconvolution on spatial data

Description

Preparing the inputs for SpatialDecon for doing deconvolution on spatial data

Usage

prepareSpatialDecon(
  spe,
  assay2use = "logcounts",
  negProbeName = "NegProbe-WTX",
  pool = NA
)

Arguments

spe

SpatialExperiment object.

assay2use

The name of the assay to use. By default is logcounts.

negProbeName

The name of the negative probe gene. By default is NegProbe-WTX.

pool

A vector indicates the pools of the genes. This is required when there are more than one Negative Probes.

Value

A list of two dataframes. The first data.frame is the normalised count, the second data.frame is the background for the data.

Examples

library(ExperimentHub)
eh <- ExperimentHub()

query(eh, "standR")
countFile <- eh[["EH7364"]]
sampleAnnoFile <- eh[["EH7365"]]

spe <- readGeoMx(countFile, sampleAnnoFile, rmNegProbe = FALSE)

out <- prepareSpatialDecon(spe)


DavisLaboratory/standR documentation built on March 28, 2024, 4:23 a.m.