Skip to contents

This function extracts all the names from the id field in the metadata slot of a PHGMetrics object that match a specified pattern.

Usage

# S3 method for class 'PHGMetrics'
.DollarNames(x, pattern = "")

Arguments

x

A PHGMetrics object.

pattern

A regular expression pattern to match against the id values.

Value

A character vector of names matching the pattern.