-
Notifications
You must be signed in to change notification settings - Fork 8
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
Major updates #32
Major updates #32
Conversation
…e instances. This provides functionality similar to seaborn, so matplotlib.Axes can be provided into which a plot is drawn.
of residue indexes
…ate Euclidean distance
1 similar comment
Note to self: I'm up to e0c3616 no obvious problems so far! |
"""The diversity of an alignment defined by :math:`\sqrt{N}/L`. | ||
|
||
``N`` equals the number of sequences in | ||
thethe alignment and ``L`` the sequence length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo 'thethe'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be added in a later PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from a typo in a doc string I can't see any obvious errors (or at least none that weren't corrected by subsequent commits)
Added
conkit.plot
subpackage refactored to allowmatplotlib
access ofFigure
instances. This providesfunctionality similar to
seaborn
, somatplotlib.Axes
can be provided into which a plot is drawn.ContactMap.as_list
function to represent the contact map as a 2D-list of residue indexesconkit.misc.normalize
function to apply Feature scaling normalizationCONTRIB.rst
file to list all contributorsSequenceFile.diversity
property defined by :math:\sqrt{N}/L
ContactMap.reindex
to reindex a contact map given a new starting indexContactMap.singletons
returns a copy of the contact map with singleton contacts, i.e. ones without neighborsChanged
conkit.plot
in accordance to necessary changes for aboveContactMapFigure
now acceptslim
parameters for axes limitsContactMapFigure
andContacctMapChordFigure
improved to better space marker size