vfb_download_url_from_vfbid: Find generic URL to image stack for download from VFB based...

Description Usage Arguments Details Value See Also Examples

View source: R/vfb_stack_downloads.R

Description

Find generic URL to image stack for download from VFB based on VFB ID

Usage

1

Arguments

x

A VFB id (either numeric or character)

Details

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.

Value

A character vector containing download URLs

See Also

gmr_stack_urls_for_ids

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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"))

jefferis/vfbr documentation built on Feb. 17, 2021, 4:46 p.m.