View source: R/dimension_reduction.R
compare_pc_sv | R Documentation |
This function is the beginning of a method to get a sense of what happens to data when performing things like SVA.
compare_pc_sv(
expt,
norm = NULL,
transform = "log2",
convert = "cpm",
filter = TRUE,
batch = "svaseq"
)
expt |
Input expressionset. |
norm |
Normalization performed. |
transform |
Assuming using PCA and so log2 the data. |
convert |
Scale the data, presumably with cpm(). |
filter |
Low-count filter the data? |
batch |
Method which provides SVs to apply. |
Currently just a plot of the SVs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.