Skip to content
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

Add support for synonym search to vfb_tovfbids #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jefferis
Copy link
Owner

Still needs to check with @Robbie1977 if this selection of fields makes sense

@jefferis
Copy link
Owner Author

Doesn't work for VT ids unfortunately:

> vfb_tovfbids('VT017929')
[1] NA
> vfb_tovfbids('VT017929', synonyms = F)
[1] NA
> vfb_tovfbids('VT017929', synonyms = F, fixed=T)
[1] NA
> vfb_tovfbids('VT017929', synonyms = F, fixed=F)
character(0)
> vfb_tovfbids('VT017929*', synonyms = F, fixed=F)
[1] "VFB_00064845" "VFB_00064844"
> vfb_tovfbids('VT017929*', synonyms = T, fixed=F)
character(0)

@jefferis
Copy link
Owner Author

@Robbie1977 while you are here, do you know what I would need to do to get VT-GAL4 id search working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant