View source: R/standardization.R
| read_qploidy_standardization | R Documentation |
Expected layout (tab-separated): 1) "info" header line 2) one row of info values 3) "filters" header line 4) one row of numeric filter values 5) "data" header line 6+) data rows (must include at least SampleName and Chr)
read_qploidy_standardization(qploidy_standardization_file)
qploidy_standardization_file |
Path to the TSV/TSV.GZ file |
An object of class "qploidy_standardization" with fields: - info: named character vector (single row) - filters: named numeric vector (single row, typically >= 6 values) - data: data.frame/tibble with at least SampleName and Chr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.