reproducibility
2021-01-07
2 / 3
data-analysis
Merging two branches in Git
Kazu Nozue
/
2018-10-12
Here is a simple example using RStudio. […] Initial commit. (“1st commit”) […] 2nd commit (“koi no yokan”) […] 3rd commit (“Tsuki ni nureta futari”) […] 4th commit (“Mayonaka Sugi no koi”) […] Making branch1 …
data-analysis
Over-representation analysis 2: GOseq using custom categories
Kazu Nozue
/
2018-10-10
Most updated annotation can be downloaded from TAIR website (for subscribers). I used “TAIR Data 20180630”. library(tidyverse);library(readxl);library(readr) ## ── Attaching packages ───────────────────────────────────── tidyverse 1.2.1 ── ## ✔ ggplot2 3.1.0 ✔ purrr 0.2.5 ## ✔ tibble 1.4.2 ✔ dplyr …
data-analysis
Over-representation analysis 5: useful tools
Kazu Nozue
/
2018-10-07
data-analysis
Differential expression analysis with public available sequencing data
Kazu Nozue
/
2018-10-01
Please download and modify your input/output file location […] Let’s use published RNA-seq data from Arabidopsis thaliana mutants (npr1-1 and npr4-4D) Ding (2018). library(tidyverse) library(stringr) library(edgeR) Trimming unnecessary sequences from data (such as adaptors) by trimmomatic …
data-analysis
Over-representation analysis 4: heatmap visualization
Kazu Nozue
/
2018-09-27
Similar analysis was found in Guangchuang Yu bioconductor vignettes page. library(tidyverse);library(ShortRead);library(goseq);library(GO.db);library("annotate") load GOseq function # download cDNA info directly from TAIR …
data-analysis
Over-representation analysis 1: GOseq with GO terms in unsupported model organisms
Kazu Nozue
/
2018-09-26
Over-representation analysis (“enrichment analysis”) of RNA-seq data considering cDNA length effects with unsupported model organisms. […] Among many transcriptome analysis platforms, transcriptome analysis by next-generation sequencing (RNA-seq) has been used widely among model and non-model …
««
«
1
2
3
»
»»