viz_msi_raw {BiocOncoTK}R Documentation

small app to survey MSIsensor against expression

Description

small app to survey MSIsensor against expression

Usage

viz_msi_raw(df, inmeth = MASS::rlm, nvar = 3)

Arguments

df

a data.frame instance

inmeth

a method for geom_smooth

nvar

number of variables to show in biplot

Note

Use ask=FALSE if running example.

Examples

if (interactive()) viz_msi_raw(BiocOncoTK::small_msi, nvar=3)

[Package BiocOncoTK version 1.10.0 Index]