| fitSnpNmf | R Documentation |
Non-negative matrix factorization (NMF) of a matrix containing SNP probe signals.
fitSnpNmf(V, acc=0.02, maxIter=10, maxIterRlm=20, refs=NULL)
V |
An KxI |
acc |
A positive |
maxIter |
A positive |
maxIterRlm |
A positive |
refs |
An index |
The algorithm is considered to have converged when the maximum update
of any allele-specific copy number of any array (H) is greater
than acc.
Returns a list:
W |
The Kx2 |
H |
A 2xI |
hasConverged |
|
nbrOfIterations |
The number of iteration ran before stopping.
If not applicable, it is |
WHInit(), robustWInit(), robustHInit(), and
removeOutliers().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.