Skip to content

Add support for synonym search to vfb_tovfbids#17

Open
jefferis wants to merge 1 commit into
masterfrom
feature/search-synonyms-ids
Open

Add support for synonym search to vfb_tovfbids#17
jefferis wants to merge 1 commit into
masterfrom
feature/search-synonyms-ids

Conversation

@jefferis

Copy link
Copy Markdown
Owner

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

@jefferis

Copy link
Copy Markdown
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
Copy Markdown
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