CleanCODEX.gaussian.internal: Removes noise from CODEX data by fitting a Gaussian mixture...

View source: R/data_processing.R

CleanCODEX.gaussian.internalR Documentation

Removes noise from CODEX data by fitting a Gaussian mixture and computing each expression measurement as the cumulative distribution of the Gaussian with the higher mean. Takes matrices and data frames instead of STvEA.data class

Description

Removes noise from CODEX data by fitting a Gaussian mixture and computing each expression measurement as the cumulative distribution of the Gaussian with the higher mean. Takes matrices and data frames instead of STvEA.data class

Usage

CleanCODEX.gaussian.internal(codex_filtered)

Arguments

codex_filtered

CODEX expression matrix after filtering (cell x proteins)

Value

Cleaned CODEX protein expression matrix (cell x protein)


CamaraLab/STvEA documentation built on April 2, 2024, 6:07 a.m.