目录

Rvisdiff

Rvisdiff is an R/Bioconductor package which generates an interactive interface for the interpretation of differential analysis tests results. It generates a local Web page which enables the exploration of statistical analysis results with the generation of auto-analytical visualizations. The package supports as input the output of popular differential expression packages such as DESeq2, EdgeR and limma.

Install

# installing from bioconductor
if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("Rvisdiff")

# installing from github
library(devtools)
install_github('BioinfoUSAL/Rvisdiff')

Usage

# Load example data
library("airway")
data("airway")
se <- airway
se$dex <- relevel(se$dex, ref="untrt")
countdata <- assay(se)

# Differential expression analysis
library("DESeq2")
dds <- DESeqDataSet(se, design = ~ cell + dex)
dds <- DESeq(dds)
dr <- results(dds, independentFiltering = FALSE)

# Rvisdiff report generation
library("Rvisdiff")
DEreport(dr, countdata, se$dex)

web interface

关于

用于比较和可视化RNA-seq差异表达分析结果的R包

1.4 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号