browseSRA | R Documentation |
Open SRA in browser for specific bioproject
browseSRA(x, browser = getOption("browser"))
x |
character, bioproject ID. |
browser |
a non-empty character string giving the name of the program to be used as the HTML browser. It should be in the PATH, or a full path specified. Alternatively, an R function to be called to invoke the browser. Under Windows |
invisible(NULL), opens webpage only
Other sra:
download.SRA()
,
download.SRA.metadata()
,
download.ebi()
,
get_bioproject_candidates()
,
install.sratoolkit()
,
rename.SRA.files()
#browseSRA("PRJNA336542")
#' # For windows make sure a valid browser is defined:
browser <- getOption("browser")
#browseSRA("PRJNA336542", browser)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.