open_tdbID: Open a tRNA db entry in a browser

Description Usage Arguments Value Examples

View source: R/tRNAdbImport-open.R

Description

open.tdbID is a wrapper for browseURL and opens a tab for a tRNAdb entry in a browser. Please note, that the tRNAdb server does not show the entry right away without a session ID. open twice upon first use.

Usage

1
2
3
open_tdbID(tdbID, dbURL = TRNA_DB_URL)

open_mtdbID(mtdbID, dbURL = TRNA_DB_URL_MT)

Arguments

tdbID

a tRNA db

dbURL

the URL for the tRNAdb

mtdbID

a mtRNA db

Value

opens a window in a default browser for tRNAdb entry selected

Examples

1
2
3
4
if(interactive()){
  open_tdbID("tdbD00000785")
  open_mtdbID("mtdbD00000907")
}

tRNAdbImport documentation built on Nov. 8, 2020, 6:50 p.m.