Hi,
I need to know how to access Ensembl bacteria via biomaRt, if it can be done.
I can access all the non-vertebrate marts (fungi, plants, metazoa, protists) by their respective ensembl.org subdomains, but not bacteria. When I try:
> listMarts(host="bacteria.ensembl.org")
I get this crazy result:
Entity 'hellip' not defined Entity 'hellip' not defined Entity 'nbsp' not defined Entity 'raquo' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Opening and ending tag mismatch: img line 78 and li Opening and ending tag mismatch: img line 78 and li Opening and ending tag mismatch: img line 78 and li Opening and ending tag mismatch: li line 78 and ul Opening and ending tag mismatch: img line 78 and li Opening and ending tag mismatch: li line 78 and ul Opening and ending tag mismatch: li line 78 and div Opening and ending tag mismatch: ul line 78 and div Opening and ending tag mismatch: img line 78 and div Entity 'copy' not defined Opening and ending tag mismatch: img line 145 and a Opening and ending tag mismatch: a line 144 and p Opening and ending tag mismatch: img line 148 and a Opening and ending tag mismatch: a line 147 and p Opening and ending tag mismatch: p line 147 and div Opening and ending tag mismatch: p line 144 and div Opening and ending tag mismatch: li line 78 and div Opening and ending tag mismatch: ul line 77 and body Opening and ending tag mismatch: div line 73 and html Premature end of data in tag div line 72 Premature end of data in tag div line 71 Premature end of data in tag div line 21 Premature end of data in tag div line 20 Premature end of data in tag body line 19 Premature end of data in tag html line 2 Error: 1: Entity 'hellip' not defined 2: Entity 'hellip' not defined 3: Entity 'nbsp' not defined 4: Entity 'raquo' not defined 5: Entity 'hellip' not defined 6: Entity 'hellip' not defined 7: Entity 'hellip' not defined 8: Entity 'hellip' not defined 9: Opening and ending tag mismatch: img line 78 and li 10: Opening and ending tag mismatch: img line 78 and li 11: Opening and ending tag mismatch: img line 78 and li 12: Opening and ending tag mismatch: li line 78 and ul 13: Opening and ending tag mismatch: img line 78 and li 14: Opening and ending tag mismatch: li line 78 and ul 15: Opening and ending tag mismatch: li line 78 and div 16: Opening and ending tag mismatch: ul line 78 and div 17: Opening and ending tag mismatch: img line 78 and div 18: Entity 'copy' not defined 19: Opening and ending tag mismatch: img line 145 and a 20: Opening and ending tag mismatch: a line 144 and p 21: Opening and ending tag mismatch: img line 148 and a 22: Opening and ending tag mismatch: a line 147 a
Again, for fungi, plants, metazoa, and protists, this approach works just fine.
Thanks,
Ariel
Yes, adding
verbose=TRUE
tolistMarts(host="bacteria.ensembl.org", verobse=TRUE)
will print the URL biomaRt it is trying to connect to; copy paste to your browser and it is a redirection to the page for documentation.Hi,
Is there any solution available so far? For me too, when I use the following functions, I am unable to access ensembl bacteria.
Please guide.
Thanks.
Hello,
As Dan Staines mentioned above: A: Ensembl bacteria not accessible from biomaRt, I am afraid that we don't provide a Bacteria mart anymore. We are still working on an alternative to provide the data and we will advertise it when available.
Kind Regards,
Thomas
Thanks Thomas. Would you recommend any other way to access the bacteria assembly from Ensembl in R for the NGS data analysis?