Description Usage Arguments Details Value See Also Examples
View source: R/Assessment-class.R
The print
method for Assessment
objects
1 2 |
x |
An object of class |
... |
Further printing parameters. |
If x
is of subclass DataMap
, the length of the genome is printed along with any supplied identifying
information for the genome.
If x
is of subclass Results
, the number of genes in each category and the accuracy scores are printed out
along with any supplied identifying information.
Invisibly returns the input object x
1 2 3 4 5 6 7 | print(readRDS(system.file("extdata",
"MGAS5005_PreSaved_DataMapObj.rds",
package = "AssessORF")))
print(readRDS(system.file("extdata",
"MGAS5005_PreSaved_ResultsObj_Prodigal.rds",
package = "AssessORF")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.