Skip to contents

Note that this function currently is vectorised and operates by pulling a list of all GMR ids on VFB. Therefore if you have 50 (or 1000) GMR lines to query, you should run the query in a single call to gmr_vfbid.

Usage

gmr_vfbid(ids)

Arguments

ids

A character vector of GMR Gal4 ids

See also

Examples

# Note that gmr_vfbid is quite relaxed about the form of the GMR ids
gmr_vfbid("11H09")
#> [1] "VFB_00100clm"
gmr_vfbid("R11H09")
#> [1] "VFB_00100clm"
gmr_vfbid("GMR11H09")
#> [1] "VFB_00100clm"