How do I use bio.KEGG.REST.kegg_convert?
Reading the source http://biopython.org/DIST/docs/api/Bio.KEGG.REST-pysrc.html#kegg_conv
it seems like you should be able to get a map of kegg terms to entrezgenes IDs from it, but I haven't been able to find out how.
kegg
biopython
• 2,756 views
•
link
updated
by
Ram
•
written
by
Endre Bakken Stovner
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to write a Genbank Reference with Biopythons SeqIO?
written by Mathis DKZ •Hello, I'm trying to create a Genbank file with the SeqIO Feature of Biopython. I am able to parse references of existing files with: for …
-
Biopython NCBIXML Parsing - Field Parameter
written by maximilian.mayerhofer •Hey, I want to extract the <Iteration_query-def> from my blast Output (outfmt 5). According to the source code ( http://biopython.org/DIST/docs/api/Bio.Blast.NCBIXML-pysrc.html) it should be something like …
-
AttributeError: 'Hit' object has no attribute 'sacc_ver'
written by bioinfoSeeker •Hi, I am trying to write a script to parse and summarize the ncbi web blast output (14 columns). I am using biopython searchIO on …
-
Documentation about Bio. Site.search_pwm method in BioPython
written by RoxHi everyone, It's my first time with biopython, and I want to use a method described in a paper I'm interested in ( Emily Clough …
-
Correct terminology to describe chromosome positions
written by ZhaorongAre there any differences between the terms "position", "location", "interval" and "coordinates" with regard to describing chromosome positions? It seems to me that "position" refers …
-
How to convert a Generic Affymetrx CEL file to Biopython compatible CEL file?
written by towi •I have a `*.CEL` file which is obviously in [generic CEL file format][1]. To handle it more easily I would like to read it with …
-
Update Biopython'S Seqrecords?
written by biocyberman<p>I looked at the documentation here: <a href="http://biopython.org/wiki/SeqRecord">http://biopython.org/wiki/SeqRecord</a> , but I did not find any information or methods to update properties of SeqRecords. I want …
-
How To Perform A Protein Analysis With The Protparam Module In Biopython
written by saba.bsbi154 •<p>I am using this code for getting protein parameters from Protparam:</p> <p><a href='http://www.biopython.org/DIST/docs/api/Bio.SeqUtils.ProtParam-pysrc.html'>http://www.biopython.org/DIST/docs/api/Bio.SeqUtils.ProtParam-pysrc.html</a></p> <p>But the problem is that I have many protein sequencs for which …
-
How To Calculate Number Of Gap Windows And Their Length In A Multiple Alignment
written by Biojl<p>Hi,</p> <p>Anyone knows if there is an implemented function in biopython to calculate gap windows and their length in a multiple sequence alignment. I found …
-
Adding Consensus Numbering To An Antibody Amino Acid Sequence In Biopython
written by Jared Sampson •<p>I would like to add the consensus numbering, as determined by Andrew Smith's <a href="http://www.bioinf.org.uk/abs/abnum/">Abnum</a> utility, to a <a href="http://biopython.org/wiki/Main_Page">Biopython</a> Seq object. After browsing the …
There is a known limitation recently spotted, see https://github.com/biopython/biopython/issues/729