getGRanges {OmaDB}R Documentation

Get the GRanges object

Description

The function to obtain the GRanges object from a dataframe containing a list of members.

Usage

getGRanges(df)

Arguments

df

the dataframe or a list of dataframes containing the genomic range data of interest

Value

an GRanges object

Examples

gRanges = getGRanges(df = getData("group","YEAST58")['members'])

[Package OmaDB version 1.0.1 Index]