avsSize: avsSize

Description Usage Arguments Examples

View source: R/avsSize.R

Description

This function will output a dataframe of LD size of each tag SNP

Usage

1
avsSize(avs)

Arguments

avs

A GRanges object which is outputted by loadLd function

Examples

1
2
3
ld<-loadLd(file.path(system.file("extdata", "ld_BCa_raggr.csv", package="VSE")), type="raggr")
avs<-makeAVS(ld)
avsSize(avs)

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