Learn R Programming

VSE (version 0.99)

makeAVS: makeAVS

Description

This function will create disjoint LD blocks from a GRanges object

Usage

makeAVS(x)

Arguments

x
A GRanges object which is outputted by loadLd function

Examples

Run this code
ld<-loadLd(file.path(system.file("extdata", "ld_BCa_raggr.csv", package="VSE")), type="raggr")
avs<-makeAVS(ld)

Run the code above in your browser using DataLab