Closed npjc closed 9 years ago
which infers taxId via fuzzy matching of organism name
query <- bg("interactions") query %>% bg_constrain(taxId = taxId("Drosophila melanogaster")) query %>% bg_constrain(taxId = 7227)
done.
which infers taxId via fuzzy matching of organism name