Description Usage Arguments Value Author(s) Examples
Plot the NPX value in a heatmap to spot any potential clustering and outliers
1 2 3 4 5 6 7 |
se |
A |
scale |
|
cluster_samples |
|
cluster_features |
|
... |
graphical parameter passed to |
A pheatmap
object.
Ge Tan
1 2 3 4 5 6 7 | 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))
overview_heatmap(se)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.