Hello everyone.. I am quite new in here also with biopython.
I have a set of protein ids, using them i extracted locus_tags from genbank file, But i wonder if there is a way to extract locations of those genes i.e. start and end position using existing information??
for example: I have two files,
- genbank file
- text file containing protein_ids
using this protein id file, i need to get start and end positions of the corresponding gene from that gbk file.
Many thanks and i really appreciate this service.. :)
Could be helpful : How To Get Ensembl Id (Gene, Transcript, Protein) Mapping Information?
BiomaRt : http://www.ensembl.info/blog/2015/06/01/biomart-or-how-to-access-the-ensembl-data-from-r/
But i am looking for the gene location on genome, as we know in genbank file, for each gene start and end co-rodinates are given, using existing information i.e. gene i.d or locus tag, i would like to get those start and end co-ordinates of corresponding genes.
Please add an example .