-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could reproduce certain code, can you help? #5
Comments
Hi, Please note that this package is called First, the biomartr::organismAttributes("Homo sapiens", topic = "interpro")
As you will observe, in line 7 the attribute for the Interpro ID is named Whereas the attribute biomartr::organismAttributes("Homo sapiens", topic = "go")
The biomartr::organismFilters("Homo sapiens", topic = "ensembl")
Thus, as stated in line 3 the correct filter name for the ensembl ID is Finally, you can use the biomartr::getMarts()
As you can see, when retrieving information for genes the When you now run the biomartr::biomart(genes = "ENSG00000008130",
mart = "ENSEMBL_MART_ENSEMBL",
dataset = "hsapiens_gene_ensembl",
attributes = c("interpro","go_id"),
filters = "ensembl_gene_id"
)
I hope this example demonstrates the advantage of the Please don't forget to cite my paper, so that I can keep
Many thanks in advance and I hope I could help you :) Best wishes |
Error in useMart("unimart") :
Incorrect BioMart name, use the listMarts function to see which BioMart databases are available
Thanks.
The text was updated successfully, but these errors were encountered: