View source: R/supp_functions.R
getGCBackground | R Documentation |
This function matches each feature to a specified number of its closest GC matched neighbors. A certain number of these neighbors are then sampled to create a GC matched background
getGCBackground(coverage, df, GC_radius, GC_sample_size)
coverage |
coverage matrix (as produced by calcCoverage()) |
df |
dataframe containing the GC content of genomic features |
GC_radius |
half the number of neighbors that will be matched to each feature |
GC_sample_size |
number of features that will be sampled to produce the background |
A matrix containing the names of GC matched features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.