Daddy's data analysis by Kazu Nozue
2025-09-02
9 / 10
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") ## Warning: package 'S4Vectors' was built under R version 3.6.3 ## Warning: package 'GenomeInfoDb' was built…
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…
data analysis
How to make QRcode by R + ggplot2
Kazu Nozue
/
2018-09-24
library(qrcode) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.4 ✓ dplyr 1.0.2 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ forcats 0.5.0 ## ── Conflicts…
data analysis
How to read QR code and transfer data to Google sheet
Kazu Nozue
/
2018-09-19
Universal Clipboard Scan […] Universal Clipboard is useful for this purpose when you use a certain model of iphone, Mac, and macOS. […] strsplit("Col_sun_rep1",split="_") ## [[1]] ## [1] "Col" "sun" "rep1" library(tidyverse)…
data analysis
How to make QR code in Google Sheet using Integromat.com.
Kazu Nozue
/
2018-09-18
The goal of this section is to create QRcode in Google Sheet by using Intergromat.com1! […] QRcode generator1a […] QRcode generator1b […] QRcode generator1c […] QRcode generator1d […] QRcode generator1e […] QRcode generator1a […] Another way is to use…
««
«
1
2
3
…
8
9
10
»
»»