Published May 11, 2017
| Version v0.2.1
Software
Open
rasbt/biopandas: v0.2.1 (2017-05-11)
Description
0.2.1 (2017-05-11) Downloads
New Features- -
- The
amino3to1
method ofbiopandas.pdb.PandasPDB
objects now returns a pandasDataFrame
instead of a pandasSeries
object. The returned data frame has two columns,'chain_id'
and'residue_name'
, where the former contains the chain ID of the amino acid and the latter contains the 1-letter amino acid code, respectively. - Significant speed improvements of the
distance
method of bothPandasPdb
andPandasMol2
(now about 300 percent faster than previously).
- The
amino3to1
method ofbiopandas.pdb.PandasPDB
objects now handles multi-chain proteins correctly. - The
amino3to1
method ofbiopandas.pdb.PandasPDB
objects now also works as expected if the'ATOM'
entry DataFrame contains disordered DataFrame indices or duplicate DataFrame index values.
Files
rasbt/biopandas-v0.2.1.zip
Files
(3.0 MB)
Name | Size | Download all |
---|---|---|
md5:8b34f2275259b29c9fc5f1434b9a8468
|
3.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rasbt/biopandas/tree/v0.2.1 (URL)