Description Usage Arguments Details Value
Reads a file exported with ImageQuant TL and performs basic actions to tidy
up the format using iqtl_read
and draws an overview plot.
1 |
file |
Path to the file. |
selected_bands |
Character vector to imit plotting to specific bands,
e.g. |
... |
Other arguments passed to |
on_y_axis |
Which variable to draw on the y axis. |
This function calls iqtl_read
with its default arguments for row_name
("band"), col_group
("lane"), .id
("id") and .sep
("_").
It returns the same object as a default call to iqtl_read
.
As a side-effect, a plot is printed to the current device.
A data frame of class data.table
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.