browse_study {recount} | 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
## 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