Publications by YH
Course10 Week7 Final Project
Data Science Capstone - Final project Predict the Next WordYH16/03/2020 Around the world, people are spending an increasing amount of time on their mobile devices for email, social networking, banking and a whole range of other activities. But typing on mobile devices can be a serious pain. SwiftKey, our corporate partner in this capstone, bu...
1353 sym R (551 sym/1 pcs) 1 img
Course10 Week7 Final Project
Data Science Capstone - Final project Predict the Next WordYH16/03/2020 Around the world, people are spending an increasing amount of time on their mobile devices for email, social networking, banking and a whole range of other activities. But typing on mobile devices can be a serious pain. SwiftKey, our corporate partner in this capstone, bu...
1377 sym R (551 sym/1 pcs) 1 img
9. Week4 Assignment Presentation
Week4 Assignment PresentationYH08 February, 2020 Background The Cancer Genome Atlas (TCGA), a landmark cancer genomics program, molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. For more details regarding TCGA program, please visit https://www.cancer.gov/about-nci/organization/ccg/research...
1156 sym 1 img
Course9 Week3 Project Presentation
07 February, 2020 Slide with R Output library(plotly) ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following object is masked from 'package:graphics': ## ...
68 sym R (1097 sym/7 pcs)
Course9 Week3 Project Presentation
Week3 ProjectYH07 February, 2020 Slide With Code library(plotly) comb.sarc<-read.csv(file = "Combined dataset for SARC.csv", header = TRUE) plot<-plot_ly(x=log2(comb.sarc[,"gene.HNRNPA1"]), y=log2(comb.sarc[,"gene.TP53"]), z=as.numeric(comb.sarc[,"OS.time"]), type="scatter3d", mode="markers",...
85 sym R (798 sym/1 pcs)
Course9 Week3 Project Presentation
Week3 ProjectYH07 February, 2020 Slide With Code library(plotly) comb.sarc<-read.csv(file = "Combined dataset for SARC.csv", header = TRUE) plot<-plot_ly(x=log2(comb.sarc[,"gene.HNRNPA1"]), y=log2(comb.sarc[,"gene.TP53"]), z=as.numeric(comb.sarc[,"OS.time"]), type="scatter3d", mode="markers",...
85 sym R (798 sym/1 pcs)
9. Week4 Assignment Presentation
Week4 Assignment PresentationYH05 February, 2020 Background The Cancer Genome Atlas (TCGA), a landmark cancer genomics program, molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. For more details regarding TCGA program, please visit https://www.cancer.gov/about-nci/organization/ccg/research...
1461 sym
9. Week 4 Assignment Presentation
Week4 Assignment PresentationYH05 February, 2020 Background The Cancer Genome Atlas (TCGA), a landmark cancer genomics program, molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. This joint effort between the National Cancer Institute and the National Human Genome Research Institute began i...
1663 sym
Reproducible Research Week 4 project 2
Background Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage, and preventing such outcomes to the extent possible is a key concern. This project involves exploring the U.S. National Oceanic and Atm...
2173 sym R (12210 sym/14 pcs) 3 img