convert locus tags or RvNumber to gene ID
Is there any tool or software that can convert locus tags or RvNumber to Gene ID or Gene Name?
gene
genome
• 4,570 views
•
link
written
by
shimms.sa •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
david ID conversion
written by hana •Hello, I am trying to use david gene ID conversion tool. I have a list of locus tag and would like to convert them to …
-
how to retrieve protein sequence from locus given / how to convert locus to protein ID
written by Nelo •Hello Is there any way to get protein sequences from given locus, for e.g., Gene name locus PvPIP2;4 Phvul.005G135300 PvTIP1;3 Phvul.008G014900 PvTIP2;2 Phvul.010G147100 PvNIP1;4 Phvul.002G242300 …
-
Gene names from gene ids for Pisum Sativum
written by kethavatsrinivas •I performed whole genome transcriptome profiling for Pisum Sativum (Pea family) using open source software. After annotation, i got gene_id/tracking_id and locus_id information, but not …
-
Gene Locus to ENSEMBL ID
written by Scott McKay •Is there some way (biomaRt or not) that will allow me to convert the gene locus (NM_###) to it's ensembl gene id?
-
How do transcript-level gene ontology
written by lkianmehrHello, I do not know exactly how do I with transcript ensemble ID to enter gene ontology. actually, at first, convert all transcript ensemble id …
-
Annotation Term Overrepresentation/Enrichment Analysis
written by Benni •I have a gene list with different annotations (GO, KEGG,...) and a gene subset I want to investigate. I tried the onlinetool DAVID to perform …
-
locus id conversion
written by sukesh1411 •Hi I performed genome annotation for rice using snpeff tool. After annotation, i got locus id information, but not gene id or gene name. Is …
-
convert gene name to entrez id
written by bioguy24Is there a tool or script that can convert a list of gene names to their enterez id? Thank you :).
-
DESEQ2: How can I convert ensembl gene id's to HGNC gene names.
written by sangita_b<p>Hi</p> <p>I have used DESeq2 to carry out differential gene expression analysis. My DESeq output contains ensembl gene id's. Is there a tool/ software package …
-
Tcga Gene Id Conversion To Ensembl Or Hgnc
written by Zhenyu Zhang<p>Is there a best way to do it, or is there anyone who've already done that. The thing is, although I can match 90% of …
Please furnish an example for input and expected output.
You can do this using a Python script that interacts with Entrez's esearch utility, and the online DAVID tool can also do mappings. Take a look here: DAVID not accepting locus_tag identifiers. Alternatives?
You will have to customise the script to your own system and your species of interest.