Skip to content
Discussion options

You must be logged in to vote

Hello,
Here is a method to do this

{
      "type": "QuantitativeTrack",
      "trackId": "volvox_microarray",
      "name": "wiggle_track xyplot",
      "category": ["Integration test", "Wiggle"],
      "assemblyNames": ["volvox"],
      "adapter": {
        "type": "BigWigAdapter",
        "bigWigLocation": {
          "uri": "volvox_microarray.bw",
          "locationType": "UriLocation"
        }
      },
      "displays": [
        {
          "type": "LinearWiggleDisplay",
          "renderers": {
            "XYPlotRenderer": {
              "type": "XYPlotRenderer",
              "posColor": "green",
              "negColor": "purple"
            }
          }
        }
      ]
    }

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Jasonzzzzzzzzzzzzzz
Comment options

@Jasonzzzzzzzzzzzzzz
Comment options

@cmdcolin
Comment options

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