Description Usage Arguments Details Value Examples
View source: R/GetResultsObj.R
Gets and returns the results object for a specific strain-gene source combo
1 | GetResultsObj(strainID, geneSource = "Prodigal")
|
strainID |
Character string corresponding to the strain identifier. |
geneSource |
Character string corresponding to the gene source. |
GetDataMapObj
returns an object of class Assessment
and subclass
Results
corresponding to the given strain ID and the given gene source. The given
strain ID must be a part of the AssessORF set, and there is no partial matching. Otherwise,
the function will error. The given gene source must also be a part of the AssessORF set, but
the function ignores case when checking if the given gene source is a part of the set.
An object of class Assessment
and subclass Results
1 2 3 4 | resObj1 <- GetResultsObj("MGAS5005", "Prodigal")
resObj2 <- GetResultsObj("MGAS5005", "GenBank")
resObj3 <- GetResultsObj("MGAS5005", "GeneMarkS2")
resObj4 <- GetResultsObj("MGAS5005", "Glimmer")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.