Skip to content

Instantly share code, notes, and snippets.

View samussiah's full-sized avatar

Spencer Childress samussiah

View GitHub Profile
"","Composite.Element.REF","Protein.Expression","sample"
"1","14-3-3_epsilon-M-C",-0.1704032975,1
"2","4E-BP1-R-V",-1.209933425,1
"3","4E-BP1_pS65-R-V",-0.4854737715,1
"4","4E-BP1_pT37_T46-R-V",-0.229048094,1
"5","53BP1-R-C",-0.1224016615,1
"6","ACC_pS79-R-V",-0.3163972975,1
"7","ACC1-R-C",-0.404954773,1
"8","Akt-R-V",-0.5944361785,1
"9","Akt_pS473-R-V",0.0724300464999996,1
Composite.Element.REF Protein.Expression sample
1 14-3-3_epsilon-M-C -0.1704032975 1
2 4E-BP1-R-V -1.209933425 1
3 4E-BP1_pS65-R-V -0.4854737715 1
4 4E-BP1_pT37_T46-R-V -0.229048094 1
5 53BP1-R-C -0.1224016615 1
6 ACC_pS79-R-V -0.3163972975 1
7 ACC1-R-C -0.404954773 1
8 Akt-R-V -0.5944361785 1
9 Akt_pS473-R-V 0.0724300464999996 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sorting Elements</title>
<script type="text/javascript" src="../../d3.v3.js"></script>
<style type="text/css">
body {
background-color: #ddddff;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sorting Elements</title>
<script type="text/javascript" src="../../d3.v3.js"></script>
<style type="text/css">
body {
background-color: #ddddff;
Rank State 2014 2010 2009 2007 2000
1 Maryland 70004.00 69272.00 70545.00 87080.00 72372.00
2 Alaska 69825.00 68342.00 70378.00 84035.00 70169.00
3 New Jersey 67458.00 67034.00 71595.00 90967.00 81972.00
4 Connecticut 65753.00 66953.00 68460.00 81333.00 67639.00
5 Massachusetts 64859.00 62081.00 61401.00 59365.00 56236.00
6 New Hampshire 64712.00 63557.00 62731.00 61369.00 60489.00
7 Virginia 62881.00 61330.00 58233.00 59562.00 55108.00
8 Hawaii 62814.00 59290.00 57936.00 97317.00 47221.00
9 Minnesota 61814.00 58931.00 57021.00 59948.00 53770.00
1 Maryland 70004.00 69272.00 70545.00 87080.00 72372.00
2 Alaska 69825.00 68342.00 70378.00 84035.00 70169.00
3 New Jersey 67458.00 67034.00 71595.00 90967.00 81972.00
4 Connecticut 65753.00 66953.00 68460.00 81333.00 67639.00
5 Massachusetts 64859.00 62081.00 61401.00 59365.00 56236.00
6 New Hampshire 64712.00 63557.00 62731.00 61369.00 60489.00
7 Virginia 62881.00 61330.00 58233.00 59562.00 55108.00
8 Hawaii 62814.00 59290.00 57936.00 97317.00 47221.00
9 Minnesota 61814.00 58931.00 57021.00 59948.00 53770.00
1 Maryland 70004.00 69272.00 70545.00 87080.00 72372.00
2 Alaska 69825.00 68342.00 70378.00 84035.00 70169.00
3 New Jersey 67458.00 67034.00 71595.00 90967.00 81972.00
4 Connecticut 65753.00 66953.00 68460.00 81333.00 67639.00
5 Massachusetts 64859.00 62081.00 61401.00 59365.00 56236.00
6 New Hampshire 64712.00 63557.00 62731.00 61369.00 60489.00
7 Virginia 62881.00 61330.00 58233.00 59562.00 55108.00
8 Hawaii 62814.00 59290.00 57936.00 97317.00 47221.00
9 Minnesota 61814.00 58931.00 57021.00 59948.00 53770.00
1 Maryland 70004.00 69272.00 70545.00 87080.00 72372.00
2 Alaska 69825.00 68342.00 70378.00 84035.00 70169.00
3 New Jersey 67458.00 67034.00 71595.00 90967.00 81972.00
4 Connecticut 65753.00 66953.00 68460.00 81333.00 67639.00
5 Massachusetts 64859.00 62081.00 61401.00 59365.00 56236.00
6 New Hampshire 64712.00 63557.00 62731.00 61369.00 60489.00
7 Virginia 62881.00 61330.00 58233.00 59562.00 55108.00
8 Hawaii 62814.00 59290.00 57936.00 97317.00 47221.00
9 Minnesota 61814.00 58931.00 57021.00 59948.00 53770.00
1 Maryland 70004.00 69272.00 70545.00 87080.00 72372.00
2 Alaska 69825.00 68342.00 70378.00 84035.00 70169.00
3 New Jersey 67458.00 67034.00 71595.00 90967.00 81972.00
4 Connecticut 65753.00 66953.00 68460.00 81333.00 67639.00
5 Massachusetts 64859.00 62081.00 61401.00 59365.00 56236.00
6 New Hampshire 64712.00 63557.00 62731.00 61369.00 60489.00
7 Virginia 62881.00 61330.00 58233.00 59562.00 55108.00
8 Hawaii 62814.00 59290.00 57936.00 97317.00 47221.00
9 Minnesota 61814.00 58931.00 57021.00 59948.00 53770.00
<!doctype HTML>
<title>D3 Test</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script>
<style type="text/css">
body {
margin:0 auto;
position:relative;
width:958px;
}
.chart rect {