chrHeatMat | R Documentation |
Takes a named list of GRanges objects containing a score column to be averaged in bins across the genome
chrHeatMat(GRList, scoreCol, binSize = 1e+05)
GRList |
Named list of GRanges objects - each GRanges object should be from the same organism/genome build and should contain seqlengths |
scoreCol |
Name of column in GRanges object containing the metric to be averaged across each bin |
binSize |
Size of each genomic bin. Default is 100kb to help save memory for larger datasets |
a list containing a data frame ('mat') of the binned results and a GenomicRanges ('GR') object containing the binned results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.