Skip to content

A Pipeline to Process RNAseq Data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

LengFeng00/RNAseqStat

 
 

Repository files navigation

RNAseqStat

codecov

The goal of RNAseqStat is a workflow for DEG analysis.

RNAseqStat

Installation

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")

Example

This is a basic example which shows you how to solve a common problem:

library(RNAseqStat)
#> 
## basic example code

run all in one time

runAll will run full workflow in default parameters.

This include 5 steps:

  1. Check your data
  2. DEG analysis
  3. GO
  4. KEGG
  5. GSEA
runAll(count_data = counts_input, group_list = group_list, 
       test_group = "T", control_group = "C",
       OrgDb = 'org.Hs.eg.db', dir = results_dir)

Every step can be run separately.

Your can check more in xiayh17.top/rnaseqstat

paste-912DEDCA

paste-AED756ED

About

A Pipeline to Process RNAseq Data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%