Description Usage Arguments Value Methods (by class) Examples
produceOutputFiles
saves the downloaded gene summary information into
group specific files.
1 2 3 4 5 6 7 8 | produceOutputFiles(x, ggl, gs, pub)
## S4 method for signature 'geneanno,vector,vector,missing'
produceOutputFiles(x, ggl, gs)
## S4 method for signature 'geneanno,vector,vector,vector'
produceOutputFiles(x, ggl, gs,
pub)
|
x |
object of class geneanno. |
ggl |
a Vector of group specific vectors relating the list of genes to the groups, as in the input file |
gs |
Vector of Gene Summary information downloaded from NIH and Uniprot databases, typically output by getGeneSummary |
pub |
Matrix containing journal article information from the PubMed
resource, as retruned by the |
This function has no return value as outputs directly to file.
x = geneanno,ggl = vector,gs = vector,pub = missing
: Save object data to text files.
x = geneanno,ggl = vector,gs = vector,pub = vector
: Save object data, including journal articles,
to text files.
1 2 3 4 5 | data("genematrix")
data("genesummary")
ggl <- getGroupGeneList(mygeneanno,mygenematrix)
data("publications")
produceOutputFiles(mygeneanno,ggl,mygenesummaries,mypublications)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.