study <- createStudy("example")
metaFeaturesLinkouts <- list(
default = list(
ensembl = c("https://ensembl.org/Homo_sapiens/Gene/Summary?g=",
"https://www.genome.ucsc.edu/cgi-bin/hgGene?hgg_gene="),
entrez = "https://www.ncbi.nlm.nih.gov/gene/"
)
)
study <- addMetaFeaturesLinkouts(study, metaFeaturesLinkouts)
Run the code above in your browser using DataLab