| build.plotter {QoRTs} | R Documentation |
Generating QC_Plotter objects, which can be used in many of the QoRT utilities to organize samples in various ways to allow for easy comparison and detection of consistent biases and artifacts.
build.plotter.basic(res, plotter.params = list())
build.plotter.colorByGroup(res, plotter.params = list())
build.plotter.colorByLane(res, plotter.params = list())
build.plotter.colorBySample(res, plotter.params = list())
build.plotter.highlightSample(curr.sample,
res,
plotter.params = list(),
merge.offset.outgroup = TRUE)
build.plotter.highlightSample.colorByLane(curr.sample,
res,
plotter.params = list(),
merge.offset.outgroup = TRUE)
build.plotter.colorByX(res, color.by.name,
color.by.title.name = color.by.name,
plotter.params = list())
res |
A |
curr.sample |
A character string. For the sample highlight summary plots, this should be the sample.ID of the sample that is to be highlighted. |
merge.offset.outgroup |
(For advanced users) A logical value. For the sample highlight plots, determines whether the all lanes that do not include the current sample should be treated as a single "outgroup". |
plotter.params |
(For advanced users) A named list. Allows you to specify colors, offsets, and other similar patterns. By default these will all be set to reasonable values, however, if you want more control over colors, line-transparency, point plotting characters, or similar, then you can specify a named list. Any parameters that are not specified in the
Legal parameters are:
|
color.by.name |
(For advanced users) A character string. (TODO: document functionality) |
color.by.title.name |
(For advanced users) A character string. (TODO: document functionality) |
A QoRT_Plotter reference object used to create QC summary plots. Depending on which plotter is used, samples/lane-bams can be organized by group, sample, lane, or any arbitrary variable found in the decoder.