Description Usage Arguments Value Author(s) Examples
Given the tibble
object from olink_limma
, plot a heatmap of significant
proteins.
1 | olink_heatmap(tb, se, p.value = 0.05, log2FC = 0, ...)
|
tb |
A |
se |
A |
p.value |
|
log2FC |
|
... |
graphical parameter passed to |
An invisible pheatmap
object.
Ge Tan
1 2 3 4 5 6 7 8 9 10 11 | 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))
tb <- olink_limma(se,
factorCol = "condition_Factor",
contrasts = "Glucose.10mM.Vehicle - Vehicle.Vehicle",
blocking = "Donor_Factor")
olink_heatmap(tb, se)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.