subset {BASiCS} | R Documentation |
This can be used to extract a subset of a 'BASiCS_Chain' object. The subset can contain specific genes, cells or MCMC iterations
## S4 method for signature 'BASiCS_Chain' subset(x, Genes = NULL, Cells = NULL, Iterations = NULL)
x |
A |
Genes |
A vector of characters indicating what genes will be extracted. |
Cells |
A vector of characters indicating what cells will be extrated. |
Iterations |
Numeric vector of positive integers indicating which MCMC
iterations will be extracted. The maximum value in |
An object of class BASiCS_Chain
.
Catalina A. Vallejos cnvallej@uc.cl
help(BASiCS_MCMC)