Learn R Programming

pmartR (version 2.4.6)

get_meta_info: Fetch the meta_info attribute

Description

Retrieves the values in the meta_info attribute from an omicsData object.

Usage

get_meta_info(omicsData)

Value

A list containing two elements:

  • meta_data -- Logical. Indicates if the e_meta data frame was provided.

  • num_emeta -- The number of unique entries present in the emeta_cname column in e_meta.

Arguments

omicsData

An object of class pepData, proData, metabData, lipidData, or nmrData.