Description Usage Arguments Value Examples
Perform PCA on gene segments frequency data for V- and J-segments and either return pca object or plot the results.
| 1 2 3 | pca.segments(.data, .cast.freq.seg = T, ..., .text = T, .do.plot = T)
pca.segments.2D(.data, .cast.freq.seg = T, ..., .text = T, .do.plot = T)
 | 
| .data | Either data.frame or a list of data.frame or a result obtained from the  | 
| .cast.freq.seg | if T then apply codegeneUsage to the supplied data. | 
| ... | Further arguments passed to  | 
| .text | If T then plot sample names in the resulting plot. | 
| .do.plot | if T then plot a graphic, else return a pca object. | 
If .do.plot is T than ggplot object; else pca object.
| 1 2 3 4 5 6 7 | ## Not run: 
# Load the twins data.
data(twb)
# Plot a plot of results of PCA on V-segments usage.
pca.segments(twb, T, scale. = T)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.