getSequences {OmaDB} | R Documentation |
The function to obtain the protein seqeunces from a dataframe of members.
getSequences(df)
df |
the dataframe or a list of dataframes containing the member proteins of interest |
a list containing the AAString object for each member gene
sequences = getSequences(df = getData("group","YEAST58")['members'])