vectorizeAll | R Documentation |
Normalize all rows of a matrix to have unit length
vectorizeAll(protMatOrig)
protMatOrig |
matrix of profiles |
Matrix with all rows having unit length
data(protNSA_test)
round(head(vectorizeAll(protNSA_test[,1:9])), digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.