Description Usage Arguments Value Examples
Reads a file exported with ImageQuant TL and performs basic actions to tidy up the format.
1 2 3 4 5 6 7 8 9 10 |
file |
Path to the file. |
row_name |
Name to give to rows. |
col_group |
Name to give to column groups, i.e., repeating units of |
col_repeat |
Column variables that repeat along |
reverse_rows |
If |
.id |
General identifier added to |
.sep |
General separator. |
gel_name |
A regular expression to extract an identifier from the file name. |
A data frame of class data.table
.
1 2 3 | assay_file <- system.file("extdata", "gel_01.txt", package = "summerrband")
iqtl_read(assay_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.