Entering edit mode
10.5 years ago
int11ap1
▴
490
Good morning,
I have a set of PAC names:
Bra010450 Bra010450 22722931
Bra010450 Bra010450 22722932
And I'd like to obtain the transcript name (for instance, Bra010450.1, Bra010450.2, etc.). I use for this BioMart in R using the BioMart of Phytozome. Nevertheless, BioMart gives to me the same transcript name for the two PAC ids shown (Brassica rapa). What can I do?
Thanks.
using biomaRt in R, it gives the same transcript_id. Do you know why?
No, I have no idea. As I assume that the web interface runs from the same database that biomaRt queries, I suspect that the problem must lie in either your query or biomaRt / Bioconductor.
What does your biomaRt query look like?
Never mind... I'll use http://www.phytozome.net/biomart/martview/ . Thanks for all!