Showing posts with label Bioinformatics in Python. Show all posts
Showing posts with label Bioinformatics in Python. Show all posts

Monday, June 5, 2017

python: the longest palindromic substring (7)


python: the longest palindromic substring (7)
Abstract: Given a string, find the length of the longest palindromic substring.

Friday, September 4, 2015

Sunday, August 16, 2015

Friday, August 14, 2015

Thursday, August 13, 2015

Bioinformatics in Python: Retrieve GO annotations

Abstract: retrieve GO annotations with a given specie from ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/

Bioinformatics in Python: retrieve GO terms

Abstract: Retrieve GO(Gene Ontology) terms from http://geneontology.org/, and save them into a dictionary

Saturday, August 8, 2015

Bioinformatics in Python: retrieve sequence from NCBI

Abstract: retrieve genome sequence from the ftp site of NCBI, and save them into a fasta file in order

Wednesday, July 29, 2015