makeMRVS: makeMRVS

Description Usage Arguments Examples

View source: R/makeMRVS.R

Description

This function will calculate matching random variant sets (MRVS) idential to AVS

Usage

1
makeMRVS(avs, bgSize = 100, mc.cores = 6)

Arguments

avs

A GRanges object which is outputted by makeAVS function

bgSize

An integer for the number of MRVS. Default: 100

mc.cores

Number of cores to use. Default: 8

Examples

1
2
3
4
5
6
7
8
## Not run: 
ld <- loadLd("ld.csv", type="raggr")
avs <- makeAVS(ld)
makeMRVS(avs, bgSize=100, mc.cores=8)

## End(Not run)
#As an example, we have added MRVS (size=200) for Breast Cancer AVS.
load(file.path(system.file("extdata", "bca.mrvs.200.Rda", package="VSE")))

VSE documentation built on May 2, 2019, 4 p.m.