callDB7-function: callDB7

Description Usage Arguments Value Examples

Description

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

Usage

1
callDB7(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 genesDB7

Examples

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

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