Description Usage Arguments Value Author(s) Examples
This function makes a scatterplot of read and feature counts for each sample. It was adjusted based on original work by Mo Huang
1 2 3 4 5 6 7 8 9 10 | makeQCPlot(
MRobj,
col_by = NULL,
log = "none",
filter_feat = 0,
filter_read = 0,
allowWebGL = TRUE,
pwidth = 550,
pheight = 550
)
|
MRobj |
metagenomeSeq object to be plotted |
col_by |
factor by which to color the points |
log |
character indicating which (if any) axes should be shown as log |
filter_feat |
Numeric Y-coordinate to draw horizontal dashed line to indicate feature filtering. If 0 (default), no line is drawn. |
filter_read |
Numeric X-coordinate to draw vertical dashed line to indicate read count filtering. If 0 (default), no line is drawn. |
allowWebGL |
boolean indicating if webGL should be added |
pwidth |
overall plot width; default is 550 (125 are added for legend) |
pheight |
overall plot height; default is 550 |
the plotly QC plot
Janina Reeder
1 2 | data("mouseData", package = "metagenomeSeq")
makeQCPlot(mouseData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.