Description Usage Arguments Details Value Examples
Add metadata along an imported IQTL data file.
1 |
file |
Path to the file. |
meta_data |
List to construct a metadata data frame from. |
exclude |
A character vector with |
... |
Other arguments passed to |
This function calls iqtl_read
with its default arguments for
col_group
("lane"), .id
("id") and .sep
("_").
If meta_data
contains an entry named "lane_id"
, its entries are
used to join the imported data with the metadata annotation. If no such entry
exists, the data is assumed to be parallel to the result of iqtl_read
.
(More specifically, to the levels
of .$lane_id
.)
Internally, meta_data
is converted to a data.frame
.
A data frame of class data.table
.
1 2 | assay_file <- system.file("extdata", "gel_01.txt", package = "summerrband")
assay_data <- iqtl_meta(assay_file, list(conc = c(2^seq(10, 0), 0)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.