Description Usage Arguments Value Author(s) See Also Examples
Given a SRA study id get the url to browse the study using the SRA website.
1 | 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
1 2 3 4 5 6 7 8 9 | ## 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.