Please be aware that the RNAseqStat2 https://github.com/xiayh17/RNAseqStat2 is an new version of RNAseqStat. RNAseqStat won't be updated any more.
The goal of RNAseqStat is a workflow for DEG analysis.
You can install the released version of RNAseqStat from CRAN with:
install.packages("RNAseqStat")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("xiayh17/RNAseqStat")
This is a basic example which shows you how to solve a common problem:
library(RNAseqStat)
#>
## basic example code
runAll
will run full workflow in default parameters.
This include 5 steps:
runAll(count_data = counts_input, group_list = group_list,
test_group = "T", control_group = "C",
OrgDb = 'org.Hs.eg.db', dir = results_dir)
Your can check more in xiayh17.top/rnaseqstat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.