Skip to content

HicRenderer config #2963

Answered by cmdcolin
yumisims asked this question in General
May 19, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

here is an example of a hic track with a blue color scheme

{
  type: 'HicTrack',
  trackId: 'hic-1652980837207-sessionTrack',
  name: 'Hic Track (copy)',
  assemblyNames: ['hg19'],
  adapter: {
    type: 'HicAdapter',
    hicLocation: {
      locationType: 'UriLocation',
      uri: 'https://s3.amazonaws.com/igv.broadinstitute.org/data/hic/intra_nofrag_30.hic',
      baseUri: 'http://localhost:3000/test_data/config_demo.json',
    },
  },
  displays: [
    {
      type: 'LinearHicDisplay',
      displayId: 'hic-LinearHicDisplay-1652980837207',
      renderer: { type: 'HicRenderer', baseColor: 'rgba(16,0,255,1)' },
    },
  ],
}

I got this by making a copy of an existing track in the UI, e…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yumisims
Comment options

Answer selected by yumisims
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants