bed2Julia | R Documentation |
send a bed file or df to Julia as a GenomicFeatures.IntervalCollection with the given name
bed2Julia(segs = NULL, file = NULL, name = "mycollection")
segs |
a dataframe with the segments. The first columns must contain chr, start, end |
file |
must be a tab separated file with first columns must contain chr, start, end |
name |
the name to assign the object to |
(in Julia) a GenomicFeatures.IntervalCollection without metadata
Make sure GenomicFeatures is loaded in Julia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.