View source: R/batch_correction.R
sva_correction | R Documentation |
sva Correction This function applies sva correction to a summarized experiment object (implementation adapted from sva::psva)
sva_correction(
se,
assay_to_normalize,
var_of_interest,
covar,
output_assay_name
)
se |
SummarizedExperiment object |
assay_to_normalize |
string; name of assay that should be corrected |
var_of_interest |
string; name of experimental variable of interest |
covar |
list; sting list of covariates to include in sva analysis |
output_assay_name |
string; name of results assay |
SE object with an added sva corrected array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.