getTDRows {annotate} | R Documentation |
Given a vector of ids, the functions will create a vector of hypertext
links to a defined public repositories such as LocusLink, UniGene
.... The linkages can be placed in a html file constructed by
ll.htmlpage
getTDRows(ids, repository = "ug") getQueryLink(ids, repository = "ug") getQuery4UG(ids) getQuery4LL(ids)
ids |
ids a vector of character string for ids that will
used to construct hypertext links |
repository |
repository A character string for the name of
a public repositories. Valid values include "ll", "ug" |
getQuery4LL
constructs hypertext links to LocusLink
using the provided ids.
getQuery4UG
constructs hypertext links to UniGene using
the provided ids.
getQueryLink
directs calls to construct hypertext links
using the provided ids.
getTDRows
Returns a vector of character strings representing the hypertext links.
The functions are part of Bioconductor project at Dana-Farber Cancer Institute to provide Bioinformatics functionalities through R
Jianhua Zhang
ids <- c("Hs.78713", "Hs.11184", "Hs.281866","Hs.31314") getTDRows(ids)