viz_msi_raw {BiocOncoTK} | R Documentation |
small app to survey MSIsensor against expression
viz_msi_raw(df, inmeth = MASS::rlm, nvar = 3)
df |
a data.frame instance |
inmeth |
a method for geom_smooth |
nvar |
number of variables to show in biplot |
Use ask=FALSE if running example.
if (interactive()) viz_msi_raw(BiocOncoTK::small_msi, nvar=3)