Description Usage Arguments Value
Minor tweak to fastICA to make it faster
1 2  | fastICA_gene_expr(X, n.comp, fun = "logcosh", alpha = 1, maxit = 200,
  tol = 1e-04, verbose = TRUE, w.init = NULL)
 | 
X | 
 Phenotype matrix with diemnsions g x N  | 
n.comp | 
 Number of components to be estimated or method to estimate it.  | 
fun | 
 Function to be used in ICA estimation  | 
alpha | 
 alpha for ICA, should be in range [1,2].  | 
maxit | 
 Maximum iterations  | 
tol | 
 Threshold for convergence  | 
verbose | 
 If TRUE details of the estimation process are shown.  | 
w.init | 
 Initial value for W, if left unspecified random numbers will be used.  | 
List with the following entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.