plotClonesCopyNumber: Copy number of clones

Description Usage Arguments Details Author(s) See Also Examples

Description

This Function plots the copy number distribution of clones.

Usage

1
2
plotClonesCopyNumber(copyNumber = NULL, withOutliers = TRUE, color = "gray", 
     title = NULL, PDF=NULL, ...)

Arguments

copyNumber

Vector of copy numbers of clones

withOutliers

Shall outliers (anything bigger than 75

color

color used for plots (default: gray)

title

title of the plot (optional)

PDF

PDF project name (see Details)

...

Details

The PDF character string should be only the project name (without ".pdf").

A figure called "PDF"_Clone_copy_number.pdf will be saved to the working directory.

Author(s)

Julia Bischof

See Also

clones.CDR3Length, plotClonesCDR3Length

Examples

1
2
3
4
data(clones.ind)
## Not run: plotClonesCopyNumber(copyNumber = clones.ind$total_number_of_sequences, 
     color = "red", title = "Copy number distribution")
## End(Not run)

bcRep documentation built on May 2, 2019, 5:14 a.m.