print.Assessment {AssessORF} | R Documentation |
The print
method for Assessment
objects
## S3 method for class 'Assessment' print(x, ...)
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
print(readRDS(system.file("extdata", "MGAS5005_PreSaved_DataMapObj.rds", package = "AssessORF"))) print(readRDS(system.file("extdata", "MGAS5005_PreSaved_ResultsObj_Prodigal.rds", package = "AssessORF")))