Description Usage Arguments Examples
View source: R/variantSetEnrichment.R
This function will calculate matching random variant sets (MRVS) idential to AVS
1 | variantSetEnrichment(avs, mrvs, regions)
|
avs |
A GRangesList object which is outputted by makeAVS function |
mrvs |
A list of GRangesList objects outputted by makeMRVS function |
regions |
A data frame. The data frame contains sample sheet identical to DiffBind or ChIPQC input sample sheets |
1 2 3 4 5 6 7 | ## Not run:
variantSetEnrichment(avs, mrvs, regions=samples)
#We have included the output from our example analysis with the package. \
You can load the example VariantSetEnrichment output by typing:
load(file.path(system.file("extdata", "vse_output.Rda", package="VSE")))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.