Skip to contents

This class represents a group of related IQ features, such as all dinucleotide features.

This method defines how an IQFeatureGroup object should be displayed.

Usage

# S4 method for class 'IQFeatureGroup'
initialize(.Object, features, compute_func, size)

# S4 method for class 'IQFeatureGroup'
show(object)

Arguments

.Object

The IQFeatureGroup object to initialize.

features

A list of IQSeqFeature objects.

compute_func

A function to compute all features in the group at once.

size

The size of the sequences to use for feature computation.

object

An IQFeatureGroup object

Value

An initialized IQFeatureGroup object.

Slots

features

A list of IQSeqFeature objects.

compute_func

A function to compute all features in the group at once.

size

The size of the sequences to use for feature computation (numeric).