pmdbarplot: Function for creating barplot of PMD data of pmd() function...

Description Usage Arguments Details Author(s) Examples

Description

This function plots the barplot for results of pmd() function. It deals with pmd values of various samples as length of bar either towards clonal or monoclonal space of plot.

Usage

1
pmdbarplot(pmdres)

Arguments

pmdres

result matrix output by pmd() function. Argument should be of type matrix and specific formate as of output my pmd( ) function

Details

Representation of PMD index is important to show the variation of clonality among various samples. we have used barplot for the visualization of pmd index results for various samples. we are representing the samples being more clonal as green bars as containing pmd index value greater than zero while sample shown to be clonal express less pmd index value on scale and shown as red bars.

Author(s)

shahzad ahmad

Examples

1
2
3
data(insertionSeq)
pmdresult<-pmd(insertionSeq)
pmdbarplot(pmdresult)

eritema/inseqDiv documentation built on May 16, 2019, 8:48 a.m.