Learn R Programming

VSE (version 0.99)

avsSize: avsSize

Description

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

Usage

avsSize(avs)

Arguments

avs
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)
avsSize(avs)

Run the code above in your browser using DataLab