expressionHist: Draw histogram with the expression values

View source: R/expressionHist.R

expressionHistR Documentation

Draw histogram with the expression values

Description

expressionHist Draw histogram with the expression values

Usage

expressionHist(DupMat, value = "RPK", ...)

Arguments

DupMat

The duplication matrix calculated by analyzeDuprates

value

The column from the duplication matrix containing the expression values

...

Other parameters sent to hist()

Details

This function draws a histogram of the expression values from the duplication matrix calculated by analyzeDuprates.

Value

nothing

Examples

# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)

# histogram of expression values for annotation
expressionHist(DupMat=dm)

ssayols/dupRadar documentation built on Oct. 10, 2023, 10:18 p.m.