create_cg_content_feature.Rd
This function creates an IQSeqFeature that calculates -log2(1-CG_fraction) as a measure of CG content in DNA sequences. The feature is normalized to be between 0-10.
create_cg_content_feature(traj_model, quantile = 0.95)
A trajectory model object.
The quantile to use for normalization (default is 0.95).
An IQSeqFeature object for CG content.