Closed demis001 closed 3 years ago
The score column is -log10(p-value) and want to generate the XY scatter plot, would you please someone tell me how to increase the radius of the dot?
Currently there is no option to do so
The plotted data shown in this figure are identical, but the scatter plot shifted to the left, I don't know why this happened, any idea?
Not clear what the issue there is, if you have sample data to share it may help (data for both tracks would probably be needed)...
@cmdcolin
It seems jbrowse support to display these data as scatter plot, would you please tell me what feature these people used to display the eQTL data if you able to guess it? I can see they used jbrowse and even plotted the dot as square. I am trying to plot similar data.
Dereje
Seems they have used jbrowse2, just checked it
they actually use jbrowse 1 with a custom plugin, I am not sure if the source code for the plugin is available but you could contact the authors perhaps
Sure do if get their contact email. One more question. How to resize the left side bar (window with available tracks)?
currently it is hardcoded and can't be resized unfortunately, as far as i know...
a custom build of jbrowse could accomplish it if you consider that as an option
If you tell me the js file where this property was coded, I will change it to adjust to my flavor . I though, it would be doable using the jbrowse.conf file.
@demis001 See src/JBrowse/View/TrackList/Hierarchical.js
style width: 25% is the hardcoded value
See https://jbrowse.org/docs/faq.html#how-do-i-run-the-code-using-the-github-clone for how to run jbrowse from a github clone
Basically, you want to use
git clone https://github.com/gmod/jbrowse
cd jbrowse
yarn
.... modify file ...
yarn build or ./setup.sh
Then you can copy your entire github clone to your /var/www/html or you can make a smaller release bundle using make -f build/Makefile release-min
Thanks! That is what I am looking!!
maybe can close for now if no action items :)
I am trying to generate XY scatter plot from the wiggle file (not the bar). I read it only support bigwig format instead of standard wig format. I converted the file to bigwig and it seems the data looks right after I view the binary bw file.
The score column is -log10(p-value) and want to generate the XY scatter plot, would you please someone tell me how to increase the radius of the dot?
data:
The plotted data shown in this figure are identical, but the scatter plot shifted to the left, I don't know why this happened, any idea?
Here is the conf file: