Description Usage Arguments Details Value See Also Examples
The mosaicplot
method for Assessment
object
1 2 | ## S3 method for class 'Assessment'
mosaicplot(x, ...)
|
x |
An object of class |
... |
Further |
mosaicplot.Assessment
plots all the genes in the given Results
object by category and length. This set of genes
includes both the supplied predicted genes as well as open reading frames with proteomics evidence but no predicted start.
The set of genes are separated into ten quantile bins based on the length of the gene/open reading frame. The genes are then plotted by length bin and category in a mosaic format, with each column representing a length bin and each row/block representing a category.
Invisibly returns the input object x
1 2 3 | mosaicplot(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.