Learn R Programming

DEGreport (version 1.8.2)

createReport: Create report of RNAseq DEG anlaysis

Description

This function get the count matrix, pvalues, and FC of a DEG analysis and create a report to help to detect possible problems with the data.

Usage

createReport(g1, g2, counts, tags, pvalues, fc, path, colors = "", pop = 400, name = "DEGreport", ncores = NULL)

Arguments

g1
group 1
g2
group 2
counts
matrix with counts for each samples and each gene. Should be same length than pvalues vector.
tags
genes of DEG analysis
pvalues
pvalues of DEG analysis
fc
FC for each gene
path
path to save the figure
colors
data frame with colors for each gene
pop
random genes for background
name
name of the html file
ncores
num cores to be used to create report

Value

create a html file with all figures and tables