- x
The object returned by the 'phylter()' function.
- what
Specifies what to plot. If "species", a barplot will show how many
genes each species is in, and what proportion of thoses were detected as outliers.
If "genes", a barplot shows how many species contains each gene and how many of
them has been detected as outliers. If "all" (the defaut), the two plots
described above are displayed one after the other, prompting the user to press
ENTER to display the next one.
- layout
What layout to use. Do not change if you don't know what it is.
- sorted
Logical. Should bars be sorted by the number of outliers detected. Default
to TRUE
- ...
Additional arguments to be passed to plot and print functions.
- show.missing
Logical. Should missing data be represented on the heatmap. If TRUE (the default), white dots show were these missing entries are in both the initial and final 2WR matrices.
- show.outliers
Logical. Should outliers be represented on the heatmap. If TRUE (the default), yellow dots indicate outliers on the final 2WR matrix.
- transpose
Logical. If TRUE, the two matrices are piled up instaed of being displayed side by side. Default to FALSE.
- clust
Logical. Should the rows or/and columns of the matrices that are plotted be reorderd
prior to plotting. Reordering is based on a hierarchical clustering. Default to FALSE.
This is conveninent when the names of the genes are very long for instance.
- labelnames
Logical. If TRUE, the names of labels are indicated on the heatmap. If FALSE they are removed.
This is conveninent when the names of the genes are very long for instance.