GC.fun | R Documentation |
Calculates GC content across the genome for a given sized window
GC.fun(
win.size = 200,
twobitURL = "~/DB/UCSC/hg19.2bit",
twobit.win = 1000,
mc.cores = 1,
exome = FALSE,
chr.sub = TRUE
)
win.size |
integer Window size, in basepairs, to calculate GC content for (should match window size of your coverage file |
twobitURL |
string URL to twobit genome file. Default is hg19 from UCSC |
twobit.win |
integer How many windows of the twobit file to load into memory on each core |
mc.cores |
integer How many cores to use |
exome |
boolean If TRUE, calculate mappability for exons instead of window |
chr.sub |
boolean if TRUE, replace chr prefix in seqnames. default TRUE |
Trent Walradt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.