Skip to content

Support returning seqcoding using other aggregation functions. #6

@akanakia

Description

@akanakia

Currently def seqcoding(self, seqs, align=False) only supports generation of res_codings using res_to_seq(mode="mean") in line:

seq_codings = np.apply_along_axis(res_to_seq, 2, np.c_[np.swapaxes(residue_states,1,2), lens])

Consider updating the the seqcoding method to also allow changing the aggregation mode of "sum", which is supported by res_to_seq.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions