download KEGG genes sequence in fasta format
Is there any tool or script or package to download the KEGG gene sequence in fasta format by KO ids? I have list of KO's.
kegg
genome
gene
sequence
• 3,193 views
•
link
written
by
Dattatray Mongad
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How can I find KO IDs for ORF sequences in a large FASTA file?
written by Nikesh •Hi, I have a protein sequence file (about 14.9 GB) in FASTA format. Each sequence has an ORF ID in the header line. I want …
-
Convert gene ID to gene name/symbol in gene set file (GMT)
written by Microuser •Hi, I have obtained gene sets file (GMT) from both KEGG and MSigDB databases. Each of these files show gene IDs, but I need gene …
-
How to find KO number for each protein represented by STRING ID?
written by larcwind •Hi, community! :) I am in need to find a functional annotation (KO number) of each protein (represented by STRING ID) in PPI networks. Specifically, …
-
KEGG Annotation in R
written by 3335098459 •Hello, I have a set of genes (Amino acid sequences). I want to find the Kegg based functional annotations or KO ids. Is there any …
-
BPGA - how to update KEGG and COG database?
written by Dattatray MongadI am using BPGA tool for pan genome analysis. It uses COG and KEGG database to find significant functional genes in genomes. The tool provide …
-
Genome annotation to KEGG KO ids
written by Dattatray MongadI have a complete genome sequence of an organism well annotated. I want to get KO ids for eanch ezymes found in the genome. And …
-
Extracting FASTA file from a list of KO numbers on the KeGG database
written by joel.white332 •Hi there, I have been trying to download a list of gene sequences associated with specific KeGG pathways using R. Currently I have a list …
-
how to get ko definition by using KEGG API?
written by fanglujing •Hi, I have many KO IDs and I want to get these KO IDs definition by using KEGG API. But I found some examples in …
-
Can we draw phylogenetic tree using a set of Kegg Orthology Terms ?
written by Amk<p>Dear All,<br /> <br /> I have done pathway annotation report with Kegg Orthology IDs for my species of interest. Can I draw a phylogeny …
-
Refseq Mrna To Cds Sequence
written by Woa<p>I've a long list of RefSeq mRNA Ids for a particular organism. I wish to download all the corresponding coding sequences(CDS) in fasta format, where …
It would help if you post some example KOs here. Use keggrest and user manual here. Sequence object is biostrings. You can write them to hdd in fasta format using biostrings package (writeXStringSet function). Try below example code and example kegg IDs are taken from manual::