get_qsvs | R Documentation |
Using the pcs and the k number of components be included, we generate the qsva matrix.
get_qsvs(qsvPCs, k)
qsvPCs |
prcomp object generated by taking the pcs of degraded transcripts |
k |
number of qsvs to be included. |
matrix with k principal components for each sample.
qsv <- getPCs(rse_tx, "tpm")
get_qsvs(qsv, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.