| orf_locate | R Documentation |
Extracts ORF identifiers, start/end positions and strand orientation directly from the FASTA headers produced by Prodigal. The resulting table is ready for downstream gene-cluster analyses.
orf_locate(in_seq_data = seq_data)
in_seq_data |
A data frame with two columns:
Example:
seq_data <- Biostrings::readBStringSet("Prodigal.fasta",format="fasta", nrec=-1L, skip=0L, seek.first.rec=FALSE, use.names=TRUE) %>%
data.frame(Sequence = .) %>%
tibble::rownames_to_column("SeqName")
|
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.