matchDistribution | R Documentation |
Given a Axt
alignment, plot a heatmap showing the percentage of
each matched alignments.
matchDistribution(x, size=10000, title=NULL)
x |
|
size |
|
title |
|
By default, if there are more than 10,000 alignments, 10,000 alignments will be sampled and calculated for the distribution for speed purposes.
Only the four bases (A, C, G, T), gap (-) and any (N) are displayed. Other ambiguous bases are not considered.
A ggplot2 object will be returned.
Ge Tan
axtFile <- file.path(system.file("extdata", package="CNEr"), "hg38.danRer10.net.axt") axt <- readAxt(axtFile) matchDistribution(axt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.