Learn R Programming

dupRadar (version 1.2.2)

expressionHist: 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()

Value

  • nothing

Details

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab