Description Usage Arguments Value
View source: R/NetworkFunctions.R
ImputeNetParallel
implements network-based imputation
in parallel
1 2 3 4 | ImputeNetParallel(drop.mat, arranged, cores =
BiocParallel::bpworkers(BPPARAM), type = 'iteration', max.iter = 50,
BPPARAM = BiocParallel::SnowParam(type = "SOCK"))
#'
|
drop.mat |
matrix, logical; dropout entries in the data matrix (genes as rows and samples as columns) |
arranged |
list; output of |
cores |
integer; number of cores used for paralell computation |
type |
character; either 'iteration', for an iterative solution, or 'pseudoinv', to use Moore-Penrose pseudo-inversion as a solution. |
max.iter |
numeric; maximum number of iterations for network imputation. Set to -1 to remove limit (not recommended) |
BPPARAM |
parallel back-end to be used during parallel computation.
See |
matrix; imputation results incorporating network information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.