Learn R Programming

PTXQC (version 1.1.2)

QCMetaFilenames: Define a Singleton class which holds the full raw filenames (+path) and their PSI-MS CV terms for usage in the mzQC metadata

Description

The internal data is filled using, e.g. 'getMetaFilenames()'

Arguments

Super class

R6P::Singleton -> QCMetaFilenames

Public fields

data

Stores the data of the singleton. Set the data once before using the singleton all over the place

Methods

Public methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

QCMetaFilenames$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.