Skip to content

Instantly share code, notes, and snippets.

View jwildfire's full-sized avatar

Jeremy Wildfire jwildfire

  • Gilead
View GitHub Profile
@jwildfire
jwildfire / index.css
Last active November 15, 2019 16:07
Hep-explorer with PAlt Demo
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 300);
* {
padding: 0;
margin: 0;
font-family: "Open Sans";
}
#title {
width: 96%;
padding: 0 0 12px 0;
border-bottom: 2px solid lightgray;
We can't make this file beautiful and searchable because it's too large.
STUDYID,SUBJID,USUBJID,TRTP,TRTPN,TRTA,TRTAN,TRTSDT,TRTEDT,AGE,AGEGR1,AGEGR1N,RACE,RACEN,SEX,COMP24FL,DSRAEFL,SAFFL,AVISIT,AVISITN,ADY,ADT,VISIT,VISITNUM,PARAM,PARAMCD,PARAMN,PARCAT1,AVAL,BASE,CHG,A1LO,A1HI,R2A1LO,R2A1HI,BR2A1LO,BR2A1HI,ANL01FL,ALBTRVAL,ANRIND,BNRIND,ABLFL,AENTMTFL,LBSEQ,LBNRIND,LBSTRESN
CDISCPILOT01,1015,01-701-1015,Placebo,0,Placebo,0,2014-01-02,2014-07-02,63,<65,1,WHITE,1,F,Y,,Y, Baseline,0,-7,2013-12-26,SCREENING 1,1,Potassium (mmol/L),K,19,CHEM,4.5,4.5,,3.4,5.4,1.32352941176471,0.833333333333333,1.32352941176471,0.833333333333333,,3.6,N,N,Y,,20,NORMAL,4.5
CDISCPILOT01,1015,01-701-1015,Placebo,0,Placebo,0,2014-01-02,2014-07-02,63,<65,1,WHITE,1,F,Y,,Y, Baseline,0,-7,2013-12-26,SCREENING 1,1,Bilirubin (umol/L),BILI,21,CHEM,10.26,10.26,,3,21,3.42,0.488571428571429,3.42,0.488571428571429,,21.24,N,N,Y,,7,NORMAL,10.26
CDISCPILOT01,1015,01-701-1015,Placebo,0,Placebo,0,2014-01-02,2014-07-02,63,<65,1,WHITE,1,F,Y,,Y, Baseline,0,-7,2013-12-26,SCREENING 1,1,Alkaline Phosphatase (
@jwildfire
jwildfire / README.md
Last active March 22, 2019 20:28
Scatter Plot Matrix

Title: Interactive Scatter Plot Lattice with Vital Signs Data

Languages: javascript

Libraries: scatterPlotMatrix

Description: A paneled series of scatter plots plotting every measure against every other measure

Tags: interactive, scatter plot, lattice, matrix, bivariate

@jwildfire
jwildfire / .DS_Store
Last active September 26, 2018 14:21
Interactive eDish Example
@jwildfire
jwildfire / index.html
Last active June 5, 2018 02:06
PhUSE Web Codebook Demo
<!DOCTYPE html>
<html>
<head>
<title>web-codebook</title>
<meta http-equiv = 'Content-Type' content = 'text/html; charset = utf-8'>
<script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script>
@jwildfire
jwildfire / LICENSE.md
Last active January 10, 2017 15:48
Safety Histogram

The MIT License (MIT) Copyright (c) 2016 Rho Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT

@jwildfire
jwildfire / LICENSE.md
Created May 24, 2016 15:14
Safety Histogram - React/ChartFoundry Example

The MIT License (MIT) Copyright (c) 2016 Rho Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTW

@jwildfire
jwildfire / LICENSE.md
Created June 22, 2016 20:33
AE timelines - React/ChartFoundry Example

The MIT License (MIT) Copyright (c) 2016 Rho Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTW

@jwildfire
jwildfire / README.md
Last active December 21, 2016 04:07
Destroy a webcharts chart and its controls

This example shows how to destroy a webchart and it's associated controls using the chart.destroy method introduced in v1.7. The example was created using webcharts and builds upon this example

@jwildfire
jwildfire / OlympicMedals2012_long.csv
Last active December 21, 2016 04:06
Destroy and Recreate a Webcharts Chart using callbacks
Country type count
US Gold 46
China Gold 38
Russia Gold 24
UK Gold 29
Germany Gold 11
Japan Gold 7
Australia Gold 7
France Gold 11
Italy Gold 8