I hereby claim:
- I am duxan on github.
- I am duxan (https://keybase.io/duxan) on keybase.
- I have a public key ASAtxXTtmDA77LmCOIgQaZmt_nXHO9C_otIy1eRFXqTeJQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| sed 1d $1 | while read line | |
| do | |
| CHROM=`echo $line | awk '{print $1}'` | |
| POS=`echo $line | awk '{print $2}'` | |
| num_alleles=`echo $line | awk '{print $3}'` | |
| num_chroms=`echo $line | awk '{print $4}'` | |
| mafs=() |
| library(shiny) | |
| library(deSolve) | |
| library(cummeRbund) | |
| # load cuffDiff data, must be in top dir and called cuffData.db: | |
| cuff = readCufflinks() | |
| shinyServer(function(input,output) { | |
| getData = reactive(function() { |
| # 1. set WD | |
| setwd("C:/Users/Core-i5/Desktop/dataSci/3 Getting data/W3") # NOTE: change this PATH | |
| # 2. make folder | |
| if(!file.exists("./data")){ | |
| dir.create("./data") | |
| } | |
| # 3. make handle | |
| fileURL <- "https://github.com/DataScienceSpecialization/courses/blob/master/03_GettingData/dplyr/chicago.rds?raw=true" |
| { | |
| "@context": { | |
| "dc": "http://purl.org/dc/elements/1.1/", | |
| "dcmitype": "http://purl.org/dc/dcmitype/", | |
| "dcterms": "http://purl.org/dc/terms/", | |
| "@vocab": "http://purl.org/dc/elements/1.1/", | |
| "admin": null, | |
| "id": null, | |
| "_id": null, | |
| "ingestionSequence": null, |
| hr { | |
| width: 30%; | |
| margin: 30px 0; | |
| } |