browse_study | R Documentation |
Given a SRA study id get the url to browse the study using the SRA website.
browse_study(project, browse = interactive())
project |
A character vector with at least one SRA study id. |
browse |
Whether to open the resulting URL in the browser. |
Returns invisibly the URL for exploring the study in the SRA website.
Leonardo Collado-Torres
abstract_search
## Find the Geuvadis consortium project
id <- abstract_search("Geuvadis consortium", id_only = TRUE)
id
## Explore the Geuvadis consortium project
url <- browse_study(id)
## See the actual URL
url
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.