Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support returning seqcoding using other aggregation functions. #6

Open
akanakia opened this issue May 24, 2023 · 0 comments
Open

Support returning seqcoding using other aggregation functions. #6

akanakia opened this issue May 24, 2023 · 0 comments

Comments

@akanakia
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant