BEDPE #3140
Unanswered
LuisSoares
asked this question in
Q&A
BEDPE
#3140
Replies: 1 comment
-
JBrowse is not able to display BEDPE files currently. There has been some discussion of a potential BEDPE parser here: #306 As for the arc colors, if you go into the track's "Settings" (you may have to make a copy of the track first), you can change the color of the display renderer as shown here: If you're editing your config.json, the equivalent would be this: {
"type": "FeatureTrack",
"trackId": "dbsuper",
"name": "dbSUPER adipose enhancers",
"assemblyNames": ["hg19"],
"adapter": {
"type": "BedTabixAdapter",
"bedGzLocation": {
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/dbSUPER/adipose_interactions.sorted.bed.gz"
},
"index": {
"location": {
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/dbSUPER/adipose_interactions.sorted.bed.gz.tbi"
}
}
},
"displays": [
{
"type": "LinearArcDisplay",
"displayId": "LinearBasicDisplay",
"renderer": {
"type": "ArcRenderer",
"color": "rgb(248, 118, 109)"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a away to display BEDPE as tracks in jbrowse2 using the ArcRenderer? Alternatively is it possible to change the colors of the arcs displayed in Linear Arc Display?
Beta Was this translation helpful? Give feedback.
All reactions