User:Wayne Decatur/Structure analysis tools: Difference between revisions
From Proteopedia
Jump to navigationJump to search
m fix link |
add Gemmi |
||
| Line 54: | Line 54: | ||
==Python-based utilities== | ==Python-based utilities== | ||
* [http://rasbt.github.io/biopandas/ BioPandas] - "Working with molecular structures in pandas DataFrames". Combining Python, Pandas, and Structural data awesomely. Has nice PDB parser that lets you get whole header, for example see [[http://rasbt.github.io/biopandas/tutorials/Working_with_PDB_Structures_in_DataFrames/ here]]. | * [http://rasbt.github.io/biopandas/ BioPandas] - "Working with molecular structures in pandas DataFrames". Combining Python, Pandas, and Structural data awesomely. Has nice PDB parser that lets you get whole header, for example see [[http://rasbt.github.io/biopandas/tutorials/Working_with_PDB_Structures_in_DataFrames/ here]]. | ||
* [https://gemmi.readthedocs.io/en/latest/index.html Gemmi] - is a library for parsing PDB, cif, mtz files, and has Python bindings | |||
* Use PyMOL via the command line in your browser in a Jupyter session by clicking `launch binder` [https://github.com/fomightez/pymol-binder here]. A series of demonstrations of using PyMOL in the manner are included. | * Use PyMOL via the command line in your browser in a Jupyter session by clicking `launch binder` [https://github.com/fomightez/pymol-binder here]. A series of demonstrations of using PyMOL in the manner are included. | ||
* [https://github.com/fhcrc/seqmagick seqmagick-An imagemagick-like frontend to Biopython SeqIO]. For example, it can convert from fasta to phylip, remove gaps from a fasta-formatted sequence, and describe all FASTA files in the current directory. Requires Biopython. | * [https://github.com/fhcrc/seqmagick seqmagick-An imagemagick-like frontend to Biopython SeqIO]. For example, it can convert from fasta to phylip, remove gaps from a fasta-formatted sequence, and describe all FASTA files in the current directory. Requires Biopython. | ||