importBigWig | R Documentation |
Import and optionally summarize a bigwig at a given resolution
importBigWig(
bw,
bins = NULL,
summarize = FALSE,
genome = c("hg19", "hg38", "mm9", "mm10")
)
bw |
Path a bigwig file |
bins |
Optional set of bins as a GRanges to summarize the bigwig to |
summarize |
Whether to perform mean summarization |
genome |
Which genome is the bigwig from ("hg19", "hg38", "mm9", "mm10") |
SummerizedExperiment object with rowRanges corresponding to summarized features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.