justicengom / workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bioinformatics analysis using Chatlize and ChatGPT

Workshop for Tunis R User Group June 19, 2023

10-12am CDT via Zoom. Live stream on Twitch

Prerequisite

  1. Web browser (ChatGPT, Google Bard, Bing Chat)
  2. ChatGPT account
  3. RStudio (locally install or in the cloud https://Posit.cloud )
  4. R packages:
install.packages("tidyverse")

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(version = "3.17")

BiocManager::install("DESeq2")

Plan

  1. Demos: RTutor and Chatlize
  2. How ChatGPT works
  3. Guidelines for coding with ChatGPT
  4. Activities
    • Game
    • Heatmap
    • PCA
    • Shiny
    • DESeq2

Links

  1. Live Stream: https://www.twitch.tv/gexijin/
  2. Sign up here to obtain Zoom link
  3. RTutor.ai
  4. Chatlize.ai
  5. ChatGPT
  6. DESeq2 using Chatlize

About


Languages

Language:HTML 100.0%