callDB1-function: callDB1

Description Usage Arguments Value Examples

Description

This function is linked to RAPDB database and will return a list of genes

Usage

1
callDB1(IdsList, locusList)

Arguments

IdsList

list of ids and uniquename we can catch with callSnpSeek

locusList

list of locus for which we want the genes

Value

It will return only a list with all the genesDB1

Examples

1
2
3
4
5
6
7
locusList <- data.frame(ch = c("1"),
                        st = c("148907"),
                        end = c("248907"))
                        
ids <- list(list("testId"))
                
callDB1(ids, locusList)

rricepackage/rRice documentation built on May 24, 2019, 2:53 p.m.