This function computes all features in the group for a given set of sequences or intervals.
Arguments
- group
An IQFeatureGroup object.
- sequences
A vector of DNA sequences. Optional if intervals are provided.
- intervals
A data frame of genomic intervals with columns 'chrom', 'start', and 'end'. Optional if sequences are provided.
Value
A matrix of computed and normalized feature values.