Description Usage Arguments Value Examples
Creates the coordinates data.frame by reading the data from a GTF file having 9 columns (whihc is the typical format of GTF files from GENCODE).
1 | load_gtf(gtf_file)
|
gtf_file |
the path tot he GTF file |
a data.frame with columns: id type seqname start end
1 2 | gtf_file <- system.file("extdata", "gencode.v34.annotation.gtf.gz", package = "LErNet")
complete_positions <- LErNet::load_gtf(gtf_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.