ielex-data-and-tree
Biopython
ielex-data-and-tree | Biopython | |
---|---|---|
1 | 32 | |
7 | 4,461 | |
- | 1.3% | |
10.0 | 9.4 | |
almost 3 years ago | 3 days ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ielex-data-and-tree
-
Is there a website or app to compare Swadesh lists across languages?
There used to be a website with really excellent Swadesh lists. Unfortunately it's offline now, but you can view its contents on github here: https://github.com/evotext/ielex-data-and-tree
Biopython
-
How to Start Contributing to Open Source Software
I also like contributing specifically to my field. As a PhD student and possibly future scientist, I have a vested interest in the quality of the software in my field–specifically, structural bioinformatics. I use several tools in this field and often find areas that can be improved, both for myself and others. As an example, consider this minor documentation change I added to the Biopython documentation.
- Invitación a proyecto - Biopython en Español
- Biopython – Python Tools for Computational Molecular Biology
-
comparing the similarity between a set of protein sequences
Usearch will do all-against-all comparisons, cluster sequences, and produce alignments for each cluster. You can set the clustering threshold (proportion of residues identical). The alignments are in fasta format, which is pretty standard. If all you want is basic similarity it might be easiest to just write something that calculates normalized Hamming distances (typically called p-distances in the molecular evolution literature) between pairs of sequences. I suspect the biopython fasta reader (you can install biopython from https://biopython.org/) will be good enough.
-
u/Responsible-Gas3852 comments on "Why is Cancer so Hard to Cure?"
Yes, the computing tool for biological computation.
-
My boss is considering letting me take a programming course if I have some good reasons why.
Beside that their core lectures to non-computer scientists are public (survey), workshops by software carpentry move around the globe. Maybe your intent to seed hands-on knowledge is in similar tune before heading for biopython, bioperl, bioawk. It doesn't hurt to tap into resources initially written for non-labrats either, e.g. about regular expressions by programming historian.
- Can you run ScanProsite locally?
- How to iterate over the whole GRCh38 genome with python?
-
Help they’re turning me into a programmer
Well, what language do you want to learn? What is your background so far? Assuming it is more on the side of biology, software carpentry's Python may eventually lead to biopython? Though there equally is a chance for AWK (Hack the planet's text! and bioawk...
-
Biology related exercices and "challenges" to train by myself
I think you mind find something of a community around BioPython, which might be helpful. Just looking at the capabilities will probably be instructive as well.
What are some alternatives?
pyCircos - python Circos
RDKit - The official sources for the RDKit library
taxopedia - Taxonomic trees (cladograms) from Wikipedia-scraped data.
Pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
ete - Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
bioconda-recipes - Conda recipes for the bioconda channel.
pyCirclize - Circular visualization in Python (Circos Plot, Chord Diagram, Radar Chart)
biotite - A comprehensive library for computational molecular biology
statsmodels - Statsmodels: statistical modeling and econometrics in Python
Numba - NumPy aware dynamic Python compiler using LLVM
bccb - Incubator for useful bioinformatics code, primarily in Python and R
PyDy - Multibody dynamics tool kit.