Skip to content

Instantly share code, notes, and snippets.

@ktym
Created September 30, 2021 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktym/30eec05ee844c5de46cb4d4d907a13e4 to your computer and use it in GitHub Desktop.
Save ktym/30eec05ee844c5de46cb4d4d907a13e4 to your computer and use it in GitHub Desktop.

MP test

in code block

<script type="module" src="https://togostanza.github.io/openstanza/manhattan-plot.js" async></script>

<togostanza-manhattan-plot
  data-url="https://raw.githubusercontent.com/togostanza/openstanza/main/stanzas/manhattan-plot/assets/manhattan-plot.json"
  chromosomeKey="chr"
  positionKey="stop"
  pValueKey="p-value"
  custom-css-url=""
  lowThresh="4"
  highThresh="8"
  recordsPerPage="20"
></togostanza-manhattan-plot>

in text

<script type="module" src="https://togostanza.github.io/openstanza/manhattan-plot.js" async></script>

<togostanza-manhattan-plot data-url="https://raw.githubusercontent.com/togostanza/openstanza/main/stanzas/manhattan-plot/assets/manhattan-plot.json" chromosomeKey="chr" positionKey="stop" pValueKey="p-value" custom-css-url="" lowThresh="4" highThresh="8" recordsPerPage="20"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment