This function loads the input file as a data.table
object. The file can be
either local or remote, and can be either plain text or gzip-compressed.
Furthermore, this function supports range-loading by providing a genomic
range in the following syntax: "chr1:1-100".
1 | read_table(file_path, range = NULL, ...)
|
range |
A genomic range character vector. Must be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.