Description Usage Arguments Value Author(s) Examples
Given a SummarizedExperiment
object,
perform the PCA analysis implemented in Bioconductor package PCAtools
.
1 |
se |
a |
colby |
|
shape |
|
metavars |
|
removeVar |
|
A list of ggplot
and tibble
objects.
Ge Tan
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | npxFn <- system.file("extdata",
c("20200507_Inflammation_NPX_1.xlsx",
"20200625_Inflammation_NPX_2.xlsx"),
package = "OlinkR")
metaFn <- system.file("extdata", "Inflammation_Metadata.xlsx", package = "OlinkR")
se <- as_se(read_npx(npxFn, metaFn))
ans <- olink_pca(se, colby = "condition_Factor", shape = "Donor_Factor",
metavars = "Weight_Numeric")
npxFn <- system.file("extdata", "OlinkAnalyze_extdata", "npx_data2.xlsx",
package = "OlinkR")
metaFn <- system.file("extdata", "OlinkAnalyze_extdata",
"npx_data2_meta.xlsx", package = "OlinkR")
se <- as_se(read_npx(npxFn, metaFn))
ans <- olink_pca(se, colby = "Treatment_Factor", shape = "Time_Factor")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.