View source: R/extract_tidy_stats_from_xml.R
extract_tidy_stats_from_xml | R Documentation |
extract_tidy_stats_from_xml
extract_tidy_stats_from_xml(xml.document)
xml.document |
A xml_document downloaded from HMMER that contain stats |
A tidy data.frame containing available stats' information in xml_document.
nhits: The number of hits found above reporting thresholds
Z: The number of sequences or models in the target database
domZ: The number of hits in the target database
nmodels: The number of models in this search
nincluded: The number of sequences or models scoring above the significance threshold
nreported: The number of sequences or models scoring above the reporting threshold
## Not run: read_xml("2abl_A_pdb.xml") %>% extract_tidy_stats_from_xml() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.