HMMScanParse | R Documentation |
Utility for parsing hmmScan output
HMMScanParse("~/Downloads/hmmscanSRR26417824.out", fasta_file="~/Downloads/SRR26417824_extracted_sequences.fasta")
)
input_file |
your hmmscan output |
outputfile |
whether you want to write out a CSV of results, default is TRUE |
user_threshold |
the minimum eValue to retain, defaults to 1e-5 |
fasta_file |
the fasta file you ran hmmScan on that this function will extract sequence from |
clean |
whether you want only unique domains returned. Default is TRUE and avoids needing to wade through a domaine starting at position 151 or 150 |
This function use the hmmScan output and a fasta file to return a CSV of all the domains for each query as well as a dataframe of the output including the sequence, start and stop position, query, evalue, and domain identification. This can be subsampled just like any dataframe.
Alex Dornburg, adornbur@uncc.edu
HMMScanParse("~/Downloads/hmmscanSRR26417824.out", fasta_file="~/Downloads/SRR26417824_extracted_sequences.fasta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.