DesignFrame.
sequence_frequencies
(seqID, seqType='protein', cleanExtra=True, cleanUnused=-1)¶Create a frequency-based SequenceFrame
.
Generates a SequenceFrame
for the frequencies of
the sequences in the designFrame
with seqID
identifier.
If there is a reference_sequence for this seqID
, it will also
be attached to the SequenceFrame
.
All letters in the sequence will be capitalized. All symbols that
do not belong to string.ascii_uppercase
will be transformed to “*”
as this is the symbol recognized by the substitution matrices.
Parameters: |
|
---|---|
Returns: |