openTomahawkOutput: Open a file-handle to a Tomahawk object on disk

Description Usage Arguments Author(s) See Also Examples

Description

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.

Usage

1
openTomahawkOutput(input = "character", ...)

Arguments

input

Input string pointing to the Tomahawk output file.

Author(s)

Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>

See Also

twk_data, twk_header, twk_filter, and twk

Examples

1
2
3
4
5
# This example assumes you have a Tomahawk file called "1kgp3_chr6.two" in
# your current working directory.
f<-setFilters(minR2=0.5)
twk<-openTomahawkOutput("1kgp3_chr6.two")
twk

mklarqvist/rtomahawk documentation built on May 16, 2019, 5:01 a.m.