olink_dist: Olink Dist Plot

View source: R/utils.r

olink_distR Documentation

Olink Dist Plot

Description

Create a Distance plot

Usage

olink_dist(npx, panel, filename, width = 7, height = 7)

Arguments

npx

NPX dataset (output from OlinkAnalyze::read_NPX)

panel

Panel Name

filename

filename, the suffix will determine the filetype

width

Figure width, Default: 7

height

Figure height, Default: 7

Details

DETAILS

Value

distance plot

See Also

olink_dist_plot

Examples

## Not run: 
if(interactive()){
 olink_dist(plasma_npx, "Olink CARDIOVASCULAR III", filename="test.png")
 }

## End(Not run)

vincent-van-hoef/Analysis5204 documentation built on June 24, 2022, 2:41 p.m.