Skip to content

Instantly share code, notes, and snippets.

@eweitz
Last active June 16, 2016 04:04
Show Gist options
  • Save eweitz/630a05ea9b5979514ffe1c2c64257099 to your computer and use it in GitHub Desktop.
Save eweitz/630a05ea9b5979514ffe1c2c64257099 to your computer and use it in GitHub Desktop.
Plasmodium falciparum chromosome 1 in NCBI Sequence Viewer
<!DOCTYPE html>
<html>
<head>
<!-- Include sviewer.js. Don't forget id="autoload"! -->
<script type="text/javascript" src="https://www.ncbi.nlm.nih.gov/projects/sviewer/js/sviewer.js" id="autoload"></script>
</head>
<body>
<h1>NCBI Sequence Viewer: Plasmodium falciparum strain 3D7, chromosome 1</h1>
<!--
Sequence Viewer Embedding API: https://www.ncbi.nlm.nih.gov/tools/sviewer/embedding-api/
Browse full genome for Plasmodium: https://www.ncbi.nlm.nih.gov/genome/gdv/?acc=GCF_000002765.3&context=genome
Start of minimal code for NCBI SV example for Plasmodium:
-->
<div id="sv1" class="SeqViewerApp">
<a href="?embedded=true&id=NC_004325.1"></a>
</div>
<script>
SeqViewOnReady(function() {
var app = SeqView.App.findAppByDivId('sv1');
});
</script>
<!-- End of minimal code -->
</body>
</html>
@eweitz
Copy link
Author

eweitz commented Jun 16, 2016

This gist is transcluded in https://www.biostars.org/p/196559.

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