View source: R/extract_tidy_hits_from_xml.R
extract_tidy_hits_from_xml | R Documentation |
extract_tidy_hits_from_xml
extract_tidy_hits_from_xml(xml.document)
xml.document |
A xml_document downloaded from HMMER that contain hits. |
A tidy data.frame containing available hits' information in xml_document.
name: Name of the target (sequence for phmmer/hmmsearch, HMM for hmmscan)
acc: Accession of the target
acc2: Secondary accession of the target
id: Identifier of the target
desc: Description of the target
score: Bit score of the sequence (all domains, without correction)
pvalue: P-value of the score
evalue: E-value of the score
nregions: Number of regions evaluated
nenvelopes: Number of envelopes handed over for domain definition, null2, alignment, and scoring.
ndom: Total number of domains identified in this sequence
nreported: Number of domains satisfying reporting thresholding
nregions: Number of regions evaluated
nincluded: Number of domains satisfying inclusion thresholding
taxid: The NCBI taxonomy identifier of the target (if applicable)
species: The species name of the target (if applicable)
kg: The kingdom of life that the target belongs to - based on placing in the NCBI taxonomy tree (if applicable)
seqs: An array containing information about the 100% redundant sequences
pdbs: Array of pdb identifiers (which chains information)
## Not run: read_xml("2abl_A_pdb.xml") %>% extract_tidy_hits_from_xml() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.