Description Usage Arguments Value Methods (by class) Examples
searchPublications
carries out a series of Pubmed searches for each row of information in the given matrix.
The function uses the same matrix used for input to the getUniqueGeneList
function, however
given the nature of the search it is best to ensure the groups have meaningful names and not arbitrary numbers.
1 2 3 4 | searchPublications(query)
## S4 method for signature 'matrix'
searchPublications(query)
|
query |
A matrix, as input to getUniqueGenes, string to be submitted to Pubmed |
A 2 column matrix containg the query string and a list of pubmed
objects each detailing a publication relating to the respective query.
matrix
: as above.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.