Description Usage Arguments Value Author(s) Examples
Cycles through all proteins and for each, finds all entries called "features", then addes them to a dataframe for each protein and combines all dataframes into a list
1 | getFeaturesDataFrame(xmls)
|
xmls |
List of parsed XMLs for each protein |
List of dataframes for each protein's XML data
George Zorn, george.zorn@mail.utoronto.ca
1 2 3 4 | #Example 1:
#This will fetch the protein data, then generate the features dataframe for it
webPageData <- uniprotProteinView::getProtein("Q04206", FALSE)
features <- uniprotProteinView::getFeaturesDataFrame(webPageData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.