getFeaturesDataFrame: Creates Dataframe for features

Description Usage Arguments Value Author(s) Examples

View source: R/dataParse.R

Description

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

Usage

1

Arguments

xmls

List of parsed XMLs for each protein

Value

List of dataframes for each protein's XML data

Author(s)

George Zorn, george.zorn@mail.utoronto.ca

Examples

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)

zzaassaa2/uniprotProteinView documentation built on Jan. 1, 2021, 1:55 p.m.