browse_study: Open a SRA study id in the SRA website

Description Usage Arguments Value Author(s) See Also Examples

View source: R/browse_study.R

Description

Given a SRA study id get the url to browse the study using the SRA website.

Usage

1
browse_study(project, browse = interactive())

Arguments

project

A character vector with at least one SRA study id.

browse

Whether to open the resulting URL in the browser.

Value

Returns invisibly the URL for exploring the study in the SRA website.

Author(s)

Leonardo Collado-Torres

See Also

abstract_search

Examples

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

recount documentation built on Dec. 20, 2020, 2:01 a.m.