getGRanges {OmaDB} | R Documentation |
The function to obtain the GRanges object from a dataframe containing a list of members.
getGRanges(df)
df |
the dataframe or a list of dataframes containing the genomic range data of interest |
an GRanges object
gRanges = getGRanges(df = getData("group","YEAST58")['members'])