View source: R/setProperties.R
setContaminationFraction | R Documentation |
Manually specify the contamination fraction.
setContaminationFraction(sc, contFrac, forceAccept = FALSE)
sc |
A SoupChannel object. |
contFrac |
The contamination fraction. Either a constant, in which case the same value is used for all cells, or a named vector, in which case the value is set for each cell. |
forceAccept |
A warning or error is usually returned for extremely high contamination fractions. Setting this to TRUE will turn these into messages and proceed. |
A modified SoupChannel object for which the contamination (rho) has been set.
sc = load10X(system.file('extdata','toyData',package='SoupX')) sc = setContaminationFraction(sc,0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.