Learn R Programming

PTXQC (version 0.92.6)

MQDataReader$plotNameMapping: Plots the current mapping of Raw file names to their shortened version.

Description

Convenience function to plot the mapping (e.g. to a PDF device for reporting). The data frame can be accessed directly via .$raw_file_mapping. If no mapping exists, the function prints a warning to console and returns NULL (which is safe to use in print(NULL)).

Arguments

Value

if mapping is available, returns a list of plots 'plots' and a Html table string 'htmlTable' ; 'NULL' otherwise.