Description Usage Arguments Details Value Author(s) Examples
Bootstrap mbpca to estimate the coherence of different data sets and estimate the number of components should be included in an analysis.
1 2 3 4 5 6 7 8 9 10 11 12 13  | 
moa | 
 An object of   | 
mc.cores | 
 Integer; number of cores used in bootstrap. This value is
passed to function   | 
B | 
 Integer; number of bootstrap  | 
replace | 
 Logical; sampling with or without replacement  | 
resample | 
 Could be one of "sample", "gene" or "total". "sample" and "gene" means sample-wise and variable-wise resampling, repectively. "total" means total resampling.  | 
log | 
 Could be "x", "y" or "xy" for plot log axis  | 
ncomp | 
 Passed to function   | 
method | 
 Passed to function   | 
maxiter | 
 Passed to function   | 
svd.solver | 
 Passed to function   | 
plot | 
 Logical; whether the result should be plotted.  | 
Bootstrap method were used to determine the components that are presenting significant concordant structure between datasets.
It returns a matrix, columns are eigenvalues for different components. Each rows is a bootstramp sample.
Chen Meng
1  | # see examples in \code{\link{mbpca}}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.