Skip to contents

This function reads a serialized RDS file containing a list of Signature objects, extracts key metadata from each Signature, and returns a structured data frame.

Usage

querySig(Sig_list = NULL)

Value

A data.frame with the following columns:

id

Unique identifier of the Signature

PrimaryName

Primary name of the Signature

SecondaryName

Secondary name of the Signature

detectors

Number of detectors in the Signature

instrument

Instrument associated with the Signature

Examples

if (FALSE) { # \dontrun{
  sig_info <- querySig()
  head(sig_info)
} # }