GMOD / JBrowseR

R interface to the JBrowse 2 Linear Genome View.
https://gmod.github.io/JBrowseR/
Apache License 2.0
35 stars 3 forks source link

Add ability to use use a data.frame from R as a track in jbrowse 2? #5

Closed cmdcolin closed 3 years ago

cmdcolin commented 3 years ago

I think there are lots of statistical analyses that are like "sliding window" are similarly computed quantitative tracks that are stored in data.frames and otherwise plotted with ggplot or similar

It would be nice to make these available for plotting as a track

Example Fst analysis https://github.com/simonhmartin/genomics_general https://speciationgenomics.github.io/per_site_Fst/

elliothershberg commented 3 years ago

Closed by #6 🎉