| orf_extract | R Documentation |
This function parses BLASTP result tables to extract structured genome, contig, ORF, and gene information from the query and subject identifiers. It is designed for downstream analyses requiring explicit separation of genome, contig, and ORF identifiers from concatenated BLAST headers.
orf_extract(bin_genes = blastp_df)
bin_genes |
A data frame containing BLASTP results with at least 2 standard columns:
|
The original data frame with six additional columns:
genomeGenome identifier extracted from qaccver.
contigContig identifier extracted from qaccver.
orfFull ORF identifier extracted from qaccver.
genome_contigConcatenated genome and contig IDs (genome—contig).
geneGene symbol extracted from saccver.
orf_positionNumeric ORF position extracted from the ORF identifier.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.