down.sample {iCellR} | R Documentation |
This function takes an object of class iCellR and down samples the condition to have equal number of cells in each condition.
down.sample(x = NULL)
x |
An object of class iCellR. |
An object of class iCellR.
my.obj <- down.sample(demo.obj)