View source: R/centromere_telomere.R
draw.centromere.telomere | R Documentation |
Plot the log2-ratio of the relative interaction frequencies. The ratio is calculated over the median of the matrix.
draw.centromere.telomere(m, cut.off = 2)
m |
matrix result from centromere-telomere |
cut.off |
log2-ratio cut.off |
Elzo de Wit, e.d.wit@nki.nl
## Not run:
# Get a scaled matric of the interchomosomal interactions between 15 and 19
out1519 <- centromere.telomere.analysis(WT_40kb,
chrom.vec = c("chr15", "chr19")
)
# Plot the results
draw.centromere.telomere(out1519)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.