View source: R/dimension_reduction.R
get_res | R Documentation |
I strongly suspect that this is not correct, but it is a start.
get_res(
svd_result,
design,
factors = c("condition", "batch"),
res_slot = "v",
var_slot = "d"
)
svd_result |
The set of results from one of the many potential svd-ish methods. |
design |
Experimental design from which to get experimental factors. |
factors |
Set of experimental factors for which to calculate rsquared values. |
res_slot |
Where is the res data in the svd result? |
var_slot |
Where is the var data in the svd result? |
Data frame of rsquared values and cumulative sums.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.