Publications by Minsik Kim
IBS7048_week4_1
Working with data in R Data element Vecetor Data frame Selecting variables (vectors) in data frame Data frame example Before begin.. Get current pathway of R working environment Listing files in current pathway Changing directory Going back to original folder Logical ...
12976 sym R (584078 sym/130 pcs) 15 img
BTE3207_Week4_2
Before begin.. Let’s load the SBP dataset. dataset_sbp <- read.csv(file = "/Users/minsikkim/Dropbox (Personal)/Inha/5_Lectures/Advanced biostatistics/scripts/BTE3207_Advanced_Biostatistics/dataset/sbp_dataset_korea_2013-2014.csv") head(dataset_sbp) ## SEX BTH_G SBP DBP FBS DIS BMI ## 1 1 1 116 78 94 4 16.6 ## 2 1 1 100 60 79...
1349 sym Python (5129 sym/38 pcs) 7 img
BTE3207_Week2_2
Before begin.. Get current pathway of R working environment Listing files in current pathway Changing directory Going back to original folder Logical values…having logical values. Howe to select values How to install more functions in R Basic tidyverse Piping Ho...
5903 sym R (8097 sym/73 pcs) 2 img
BTE3207_Week1_2
Working with data in R Data element Vecetor Data frame Selecting variables (vectors) in data frame Data frame example Loading data head() and tail() functions Basic R functions for statistics Mean calculation SD calculation Median Function for calculating quant...
4552 sym Python (574736 sym/41 pcs) 2 img
BTE3207_Week2_1
Basic visualization of data Summary statistics of data summary() hist() hist() - breaks hist() - continued hist() - percentage Boxplot boxplot() - simple boxplot() - with x axis boxplot() - x-axis label Question Common distributions Symmetric & bell-shaped Right (positivel...
2766 sym Python (3822 sym/19 pcs) 15 img
BTE3207_Advanced_Biostatistics_Week1_2
Working with data in R Data element Vecetor Data frame Selecting variables (vectors) in data frame Data frame example Loading data head() and tail() functions Basic R functions for statistics Mean calculation SD calculation Median Function for calculating quant...
4552 sym Python (574736 sym/41 pcs) 2 img
host analysis intermediate
Loading packages Q1. How many samples failed in sequencing? QC2 table QC2 figure Q3. How was the extraction controls, both pos and neg? Q4. Prevalence filtering - red flag Code Show All Code Hide All Code COD_20230301_HOST_1_QC_analysis Minsik Kim 2023-03-14 Loading packages #====...
8449 sym Python (289541 sym/814 pcs) 14 img 35 tbl
Assignment
Before start, load the data rm(list=ls()) getwd() ## [1] "E:/Dropbox/Git/Reproducible2" list.files() ## [1] "code.R" "markdown.html" ## [3] "markdown.Rmd" "repdata_data_StormData.csv.bz2" ## [5] "Reproducible2.Rproj" data<-read.csv("repdata_data_StormData.csv.bz2") table(data$STATE__)...
813 sym R (15439 sym/37 pcs) 5 img
Publish Document
Before start, load the data rm(list=ls()) getwd() ## [1] "E:/Dropbox/Git/Reproducible2" list.files() ## [1] "code.R" "markdown.html" ## [3] "markdown.Rmd" "repdata_data_StormData.csv.bz2" ## [5] "Reproducible2.Rproj" "rsconnect" data<-read.csv("repdata_data_StormData.csv.bz2...
932 sym R (15628 sym/38 pcs) 3 img
Plotly assignment
Created time rm(list=ls()) a<-timestamp() ## ##------ Sun Sep 5 12:18:53 2021 ------## b<-"Creadted at" c<-paste(b, a) c ## [1] "Creadted at ##------ Sun Sep 5 12:18:53 2021 ------##" Adding mtcars data to plotly library(plotly) ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'packa...
63 sym R (1481 sym/15 pcs)