Description Usage Arguments Value Examples
import_genomic_track
Imports a genomic track file using the import functionality in rtracklayer package.
1 | import_genomic_track(track_file, file_format)
|
track_file |
Character string indicating the filename of input genomic track file |
file_format |
Character string indicating the file format of input file like bed, gff, wig. For all formats, see import function in rtracklayer package. |
A GRanges object of input track file.
1 | mybedfile <- import_genomic_track('mybedfile.bed',format='bed')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.