Description Usage Arguments Value Examples
Extracts basic information about ORFs obtained by MetaGeneMark
1 | process.orf.fasta.file(orf.fa,mainSplitString)
|
orf.fa |
'orf.fa' is a .fasta file generated by MetaGeneMark, containing the DNA sequence from each predicted ORF |
mainSplitString |
'mainSplitString' (character string) gives you flexibility about how to split up the ORF header...seems to be some variability in how MetaGeneMark encodes this? |
A data.frame containing three columns (contig /cov/erage, contig /len/ength and cognate ORF-id (simplified)). Row names are ORF identifiers.
1 2 | ## Not run: a<-extract.contig.data()
## Not run: b<-process.orf.fasta.file("UM-32-0_nucl_mod.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.