Description Usage Arguments Details Value Examples
This function reduces data dimension by loading matrix and then project dimension-reduced data to the hyperplane orthogonal to c(1,0,...,0), i.e., the first axis in the new coordinate system..
1 |
data |
A data set that will be internally coerced into a matrix. Each row is a gene and each column is a sample. Missing values are not supported. All-zero rows will be removed internally. |
W |
The matrix whose rows are loading vectors;
should be obtained from |
This function can project gene expression vectors to simplex plot
generated by CAM
/CAMPrep
. Using slot Xproj
in "CAMPrepObj
" can only show the simplex of genes after
filtering. This function helps observe all genes in simplex plot.
The data after perspective projection.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.