View source: R/vfb_stack_downloads.R
vfb_download_url_from_vfbid | R Documentation |
Find generic URL to image stack for download from VFB based on VFB ID
vfb_download_url_from_vfbid(x)
x |
A VFB id (either numeric or character) |
This function expects the VFB id which has been designated for e.g.
a GAL4 line image. You can find these on the VFB webpages as
VFB_XXXXXXXX
. In contrast to gmr_stack_urls_for_ids
, this
should work for the image data associated with any VFB id.
A character vector containing download URLs
gmr_stack_urls_for_ids
vfb_download_url_from_vfbid("VFB_00029638")
vfb_download_url_from_vfbid(29638)
# find ids for a VT line
vtids=vfb_solr_query(filterquery="VFB_*",query="label:VT017929*")$short_form
# and then get the download URLs
vfb_download_url_from_vfbid(vtids)
# find ids for a GMR line and then get the download URL
vfb_download_url_from_vfbid(gmr_vfbid("13E10"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.