getSequences {OmaDB}R Documentation

Get the sequences from members

Description

The function to obtain the protein seqeunces from a dataframe of members.

Usage

getSequences(df)

Arguments

df

the dataframe or a list of dataframes containing the member proteins of interest

Value

a list containing the AAString object for each member gene

Examples

sequences = getSequences(df = getData("group","YEAST58")['members'])

[Package OmaDB version 1.0.1 Index]