Combining Multiple Tracks in JBrowse2
1
0
Entering edit mode
8 months ago
serodyc ▴ 20

I am currently working on a project involving JBrowse2, which involves multiple replicates for each of two conditions. Is there a way to combine the bigwig files for each replicate into two tracks, one for each condition, when viewing them in the browser? Thanks a lot for your help.

JBrowse2 • 575 views
ADD COMMENT
0
Entering edit mode
8 months ago
cmdcolin ★ 3.8k

Hi there I'm a JBrowse 2 developer. One way to "combine" the tracks is to create a "multibigwig" track (or "Multi-quantitative track", just a little more wordy)

see this image for how to create a multibigwig from files in the track selector

more docs here https://jbrowse.org/jb2/docs/user_guides/multiquantitative_track/

there is no built-in way to "average out the scores of two bigwig tracks" though. you could try something like wiggletools (https://github.com/Ensembl/WiggleTools) or converting to bedgraph and doing the operation in R (bedgraph can be read.table'd, and then some statistics could be done...especially if there are matching coordinates that could be easy, just average the score columns, but not guaranteed the coordinates will match, hence wiggletools may help)

ADD COMMENT

Login before adding your answer.

Traffic: 1997 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6