View source: R/extract_tidy_domains_from_xml.R
extract_tidy_domains_from_xml | R Documentation |
extract_tidy_domains_from_xml
extract_tidy_domains_from_xml(xml.document)
xml.document |
A xml_document downloaded from HMMER. |
A tidy data.frame containing available domains' information in xml_document.
ienvEnvelope start position
jenvEnvelope end position
ialiAlignment start position
jaliAlignment end position
biasnull2 score contribution
oascTOptimal alignment accuracy score
bitscoreOverall score in bits, null corrected, if this were the only domain in seq
cevalueConditional E-value based on the domain correction
ievalueIndependent E-value based on the domain correction
is_reported1 if domain meets reporting thresholds
is_included1 if domain meets inclusion thresholds
alimodelAligned query consensus sequence phmmer and hmmsearch, target hmm for hmmscan
alimlineMatch line indicating identities, conservation +’s, gaps
aliaseqAligned target sequence for phmmer and hmmsearch, query for hmmscan
alipplinePosterior probability annotation
alihmmnameName of HMM (query sequence for phmmer, alignment for hmmsearch and target hmm for hmmscan)
alihmmaccAccession of HMM
alihmmdescDescription of HMM
alihmmfromStart position on HMM
alihmmtoEnd position on HMM
aliMLength of model
alisqnameName of target sequence (phmmer, hmmscan) or query sequence(hmmscan)
alisqaccAccession of sequence
alisqdescDescription of sequence
alisqfromStart position on sequence
alisqtoEnd position on sequence
aliLLength of sequence
## Not run: xml.path %>% read_xml() %>% extract_tidy_domains_from_xml() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.