From: David B. <dav...@gm...> - 2010-07-02 14:51:20
|
Hello, I have calculate different scores for each nucleotide in the genome (each score is just a list of numbers which length is the length of the genome). I added a wig header to each score file (fixed step, start = 1, step = 1), and I successfully added such graphs to my JBrowse using wig-to-json.pl. I have a few questions: 1. Loading these wig file take a long of time. I understand this are heavy graphs, but perhaps there's a better way to present such data other than wig? I guess not, but wonder anyhow. 2. I would like to display a couple of graphs on the same track (different colors). How can this be done? Preferably, the graphs should not be filled (just line plots). 3. I would like to display an axis (ruler) at the edge of the view to get an idea about the values. Is this possible in JBrowse? Thanks, David |