Character string. Case sensitive. must match available versions for each species under source URL link. e.g., 'M31' (species='mouse'), '42' (species='human')
## Get data from evaluting recipe
gencode_annotation <- recipeLoad('gencode_annotation')
gencode_annotation$species <- 'human'
gencode_annotation$version <- '42'
getData(gencode_annotation, outdir = 'data/folder', notes = c('gencode', 'annotation', 'human', '42'))
## Get data from local catch
dataUpdate('data/folder')
dataSearch(c('gencode', 'annotation', 'human', '42'))
## Get data from Google bucket directly
dataUpdate('data/folder', cloud=TRUE)
dh <- dataSearch(c('gencode', 'annotation'))
getCloudData(dh[1], outdir = 'data/folder')