Description Usage Arguments Value Author(s) Examples
Generate a list of boxplot of NPX vs. grouping variable.
1 | olink_boxplot(se, features, x = NULL)
|
se |
a |
features |
|
x |
|
A list of ggplot
objects
Ge Tan
1 2 3 4 5 6 7 8 | 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))
features <- c("IL8", "MCP-3")
pList <- olink_boxplot(se, features, x = "condition_Factor")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.