Skip to content
Permalink
57bad7469c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
43 lines (36 sloc) 1.58 KB
<html>
<head>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="../VQI_Publisher.js"></script>
<script src="./jquery.tipsy.js"></script>
<script src="./d3.tip.v0.6.3.js"></script>
<script src="VQI_GenomeBrowser.js"></script>
<script src="FileSaver.min.js"></script>
<script src="jquery.qtip.min.js"></script>
<link href="tipsy.css" rel="stylesheet" type="text/css" />
<link href="jquery.qtip.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="test">
</div>
<div id="test2">
</div>
<footer>
<script type="text/javascript">
var obj = new VQI_GenomeBrowser("test",'dynamic_loading.php');
// var file_dir = "./";
// var cpg = file_dir + "./CpG_site_hg19.txt";
// var shoer = file_dir + "./shoer_hg19.txt";
// var shelf = file_dir + "./shelve_hg19.txt";
//obj.loadCPGFiles(cpg, shoer, shelf);
//var genomeFile = file_dir + "./T1_test.txt";
//obj.addTrackFile(genomeFile, "base", 'bed');
obj.addTrackFromDatabase();
// var snpFile = file_dir + "./Tile2contentsnpplotter.txt";
//obj.addTrackFile(snpFile, "Tile2 Content Snp", 'bed');
</script>
</footer>
</body>
</html>