callSnpSeek-function: CallSnpSeek

Description Usage Arguments Value Examples

Description

It will return a list of IDs and msu7Name

Usage

1
callSnpSeek(locus)

Arguments

locus

the list of locus for which we want the ids

Value

the list of id's of each genes we want

Examples

1
2
3
4
5
locusList <- data.frame(ch = c("1"),
                        st = c("148907"),
                        end = c("248907"))
                  
callSnpSeek(locusList)

Lagaillette/RRicePackage documentation built on May 29, 2019, 2:04 p.m.