Entering edit mode
11 weeks ago
sorour.hasani
•
0
Hi everybody
I want to calculate DEGs for my data microarray and then run them in the enrichment pathway. I do not know how to convert miRNA_ID to gene_symbol. I examined miRBase and Norwalk, but they illustrate some gene symbol for one miRna. I can't handle the problem. Is there any command or coding to run in R? miRNA ID example: hsa-miR-223
Provide examples of ID's when asking questions about them.
Hi. Its not entirely clear what you are looking for miR-233 is the gene symbol for this microRNA (sometimes written MIR223).
hi
I have a list of miRNA ID from GEO2R, I have to convert them to gene symbol to calculate WGCN and DEG calculation. I convert them to ENSMBLE but when I want to use biomart to convert them to gene symbol i faced errors that i cannot handel it.
my list:
when i run this i get this error:
when I use this code:
I get hugo symbol, I want gene_symbol..................
Share a snippet of the data [ use head(x.df) ].
This should return the miRNA names and aliases like the following.
HGNC is the organization under HUGO that approves symbols for human genes.
Are you perhaps looking for alias names like what @Arup has shown?
Hmmm.... Those alias's look like a mixture of HGNC gene symbols, miRBase miRNAnames, and.... I don't know what the third ones are... Perhaps rnacentral names? I'm also no sure on the difference between things like MIRN26B and MIR26B - some of these Ensembl IDs seem to be associated with both.
Take ENSG00000199121 above. MIR26B is the HGNC symbol, hsa-mir-26b is the miRBase name, miR-26B and MIRN26b i don't know the original of. You could also add to that the miRBase ID, which is MI0000084, the entrez gene id, which is 407017 and the ReqSeq transcript id, which is NR_029500.1.
I'm not clear which of these you are starting with and which you want to convert to (i'm also not clear why you need it for DEGs, and I've never heard of doing WGCN with miRNAs).