calcTracks | R Documentation |
Prepare ChIP, repeat, and gene annotation data for plotting tracks for a given region of interest (ROI).
calcTracks(
bigwigFiles,
bigwigNames,
bigwigGroupNames,
ROI,
CoverageSmoothing = TRUE,
smoothing_window = 20,
reps,
genes,
exons
)
bigwigFiles |
Character vector containing the filenames (including the full path) of read alignment files in bigwig format. |
bigwigNames |
Character vector containing the names to describe the |
bigwigGroupNames |
Character vector containing the group names to describe the |
ROI |
A GRanges object containing your single region of interest that should be plotted. Must include seqnames (chromosomes), start, end. |
CoverageSmoothing |
Logical scalar, indicating whether the coverage tracks should be smoothed. Default: TRUE. |
smoothing_window |
Numeric scalar providing the window size for smoothing. Default: 20. |
reps |
A GRanges object containing all repeats in the genome, or at least the ones overlapping the |
genes |
A GRanges object containing all genes in the genome, or at least the ones overlapping the |
exons |
A GRanges object containing all exons in the genome, or at least the ones overlapping the |
calcTracks is used to prepare ChIP, repeat, and gene annotation data for plotting tracks for a given region of interest (ROI).
A list of data frames containing all necessary information to plot
the screenshots using the plotTracks
function.
#see vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.