title: "Manage R packages" date: 2019-09-10T16:59:04+08:00 draft: false categories:
- Linux
- basic tags:
- R
- update
# ATOMIC DATA TYPES IN R | |
# Character | |
first.name <- "Kirk" | |
# Integer | |
age <- 25 | |
# Numeric | |
hourly_wage <- 27.25 |
## RNA-seq analysis with DESeq2 | |
## Stephen Turner, @genetics_blog | |
# RNA-seq data from GSE52202 | |
# http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse52202. All patients with | |
# ALS, 4 with C9 expansion ("exp"), 4 controls without expansion ("ctl") | |
# Import & pre-process ---------------------------------------------------- | |
# Import data from featureCounts |
title: "Manage R packages" date: 2019-09-10T16:59:04+08:00 draft: false categories: