impute.Rd
This function executes a wrapper for scImpute: Accurate And Robust Inputation For Single Cell RNA-Seq Data (Li WV Nature Communications, vol. 9, Article number: 997, 2018)
impute(
group = c("sudo", "docker"),
data.folder,
counts.matrix,
drop.thre,
cores,
refining = FALSE
)
a character string. Two options: sudo or docker, depending to which group the user belongs
a character string indicating the folder where tab separated file of cells counts is located
a character string indicating the tab separated file of cells counts
A number between 0 and 1, specifying the threshold to determine dropout values
a integer specifying the number of cores used for parallel computation.
boolean FALSE, TRUE, if TRUE it execute again scImpute but setting a different drop.thre. Rerunning to change drop.thre hase to be done in the same folder where the first run was done.
A matrix file with imputed data.