Description Usage Arguments Value Author(s) See Also Examples
Some additional details about this S4 generic and its methods. The extra blank line between this section and the title is critical for roxygen2 to differentiate the title from the description section.
1 2 3 |
input |
Input string pointing to the htslib-compatible file. |
output |
Output string pointing to the Tomahawk file. |
block_size |
Advanced use: number of variants packed in each internal Tomahawk block. This could have potential impact on the parallel throughput capabilities of Tomahawk on large cohorts. |
compression_level |
Compressing level in the range [1, 22] for compressing the Tomahawk file. Larger numbers results in smaller resting file size at the expense of importing speeds. Decompressing speeds are largely unaffected by the compression level. |
filter_univariate |
Logical (boolean) flag set to |
missnigness |
Numerical value in the range [0, 1] representing the largest fraction of missing values that are allowed. If the threshold is violated then the variant site is filtered out. |
Returns a twk
class with the file handle pointing to the newly imported
Tomahawk file.
Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>
twk_data
, twk_header
,
twk_filter
, and twk
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.