More posts like this
-
How to add Ensembl id to cluster.markers in Seurat
written by yang.zhizhang •Hello, could someone help me with this question? Thanks so much in advance. When I run Seurat for RNA-seq data, there is a step to …
-
Swiss-Prot Id check
written by trumbia •Hello, I have huge file of protein IDs and I need to check them if they are swiss-prot ids? Do you have any suggestion for …
-
GenBank accesion number to gene id
written by trumbia •I have list of genbank accesion id that start with EOT and I want to convert them to ensemblgene id. I am really sturuggling with …
-
GeneId to GO terms
written by patricia.obeid •Hello, i have a list of geneId and i want to find the associated GO terms. This list is quite long (> 1000) and I …
-
Retrieve many FASTA of the same gene from NCBI..
written by uwardgma •Hello! I am quite new to bioinformatics, please help me! How do I retrieve multiple nucleotide sequences (from many species) of one same gene in …
-
Ensembl ID conversion - other than Uniprot
written by NS •Hi all, I have a list of ensembl IDs, and I normally use Uniprot ID conversion to convert them. The Uniprot server seems to be …
-
how do merge several same columns as a rowname in R
written by lkianmehrHello all I have a matrix in R I want to know which code in R can merge same columns and convert them to rownames? …
-
get the uniprot accession from ensembl protein ID
written by MosesHi, I have a list of Ensembl protein pairs(homologs) with their respective ensembl protein IDs. I want to find a way to convert these Ensembl …
-
Convert gene name to uniprot ID
written by diablo82.26 •I have a list of gene name in a file ``` CHRNB2 EGR2 GCK KRT14 LMNA FGF3 TK2 ABCC8 ``` How can U map them …
-
How To Convert Arabidopsis Gene Id To Ncbi Geneid, Ncbi-Gi Or Uniprot?
written by Wutomg •<p>Hi all, I have a list of Arabidopsis Gene ID and want to get pathway analysis in KEGG(http://www.genome.jp/kegg/kegg2.html). Since only NCBI GeneID, NCBI-gi and UniProt …
What have you tried? Also, this is a
Questiontype post, not aTooltype post. I've made the necessary change this time, but please be more careful in the future.I have a Deseq2 result and want to integrate this to my model. The problem is deseq result does not have any offical ids ( like someone put x y z) so geneID s does not mean anything but I have sequence of those genes and want to find offical ids. My model has ensemblIDs
Your DESeq2 operation must have used a dataset generated using an RNAseq pipeline that internally used a GTF file. Can you trace the workflow back to the GTF file?
the problem is I used kallisto also my reference genome has same kind of id numbers. (It was someone's work) So I only have their nucleotide seq as smth meaningful.
Please do not use Instant Messaging jargon on a scientific/professional forum.
If sequence is the only data point to go by, you're going to need to use BLAST to figure out the gene that each sequence aligns to with the highest certainty. It might be worth a shot to contact the someone who made the reference genome and check with them for any metadata detail that could help.
It is not possible to contact with that person also I want to ask about blast to you. Is it possible to find all my geneIDs over there since I have 5000id I can not check them by one by. If it is possible do you know any tutorial about it?
Please search the site (and generally on Google also) for command line blast. That should help you query sequences in bulk.