Entering edit mode
10.0 years ago
Parham
★
1.6k
Hi,
I get an error while making txdb from biomart for S. pombe. Can someone tell what am I doing wrong? It works when I give biomart="fungal_mart" . I am not sure if the txdb will be different?! Thanks . . .
txdb<-makeTranscriptDbFromBiomart(biomart ="fungi_mart_23" ,dataset="spombe_eg_gene" ,host="fungi.ensembl.org") Error in useMart(biomart = biomart, dataset = dataset, host = host, port = port) : Incorrect BioMart name, use the listMarts function to see which BioMart databases are available
Did you try without providing the hostname:
Thanks. Will there be any difference in txdbs made in these two different ways. I mean
fungal_mart
vsfungi_mart_23
? I am not bioinformatcian that's why I don't know how these databases are.