Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

naplot

Overview of missing value


Description

Visualise missing values as a heatmap and barplots along the samples and features.

Usage

naplot(
  object,
  verbose = isMSnbaseVerbose(),
  reorderRows = TRUE,
  reorderColumns = TRUE,
  ...
)

Arguments

object

An object of class MSnSet.

verbose

If verbose (default is isMSnbaseVerbose()), print a table of missing values.

reorderRows

If reorderRows (default is TRUE) rows are ordered by number of NA.

reorderColumns

If reorderColumns (default is TRUE) columns are ordered by number of NA.

...

Additional parameters passed to image2.

Value

Used for its side effect. Invisibly returns NULL

Author(s)

Laurent Gatto

Examples

data(naset)
naplot(naset)

MSnbase

Base Functions and Classes for Mass Spectrometry and Proteomics

v2.16.1
Artistic-2.0
Authors
Laurent Gatto, Johannes Rainer and Sebastian Gibb with contributions from Guangchuang Yu, Samuel Wieczorek, Vasile-Cosmin Lazar, Vladislav Petyuk, Thomas Naake, Richie Cotton, Arne Smits, Martina Fisher, Ludger Goeminne, Adriaan Sticker and Lieven Clement.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.