Hi!
I am trying to retrieve all ensembl gene and transcripts IDs of Xenopus tropicalis using the biomaRt library.
getBM(attributes = c('ensembl_transcript_id', 'ensembl_gene_id'), filters ="chromosome_name", values="?", mart=ensembl)
Specifically I have doubt in the values parameter , as I do not know the scaffolds nomenclature to retrieve all the genes and transcripts using the chromosome name as filter.
Thanks!
Gaby
how can i use this "transAndGene" to map my gene after I get result from deseq2 .I want to convert all the ENSEMBL to gene name can you let me know how do I do that?