| prodigal: TrainingModel | 训练模型 - 包含编码区模型、RBS模型、起始密码子模型 |
| metaeuk_config: MetaEukConfig |
| as.data.frame.predictionresult | PredictionResult: 基因预测结果 |
| prodigal_training | Train the gene prediction model in an unsupervised manner |
| prodigal | Prodigal (PROkaryotic DYnamic programming Gene-finding ALgorithm) |
| metaeuk | MetaEuk: the homology based eukaryotic gene prediction |
| as.gff3 | cast the gene prediction result as GFF3 table format |
| as.proteins | Extract the protein sequences from the gene prediction result, and return as FASTA format. The sequence ID is in the format of "seqid_geneindex". For example, "contig1_5" means the 5th predicted gene on contig1. The sequence description is in the format of "start-end(strand)". For example, "100-900(+)" means the gene starts at position 100, ends at position 900, and is on the forward strand. |
| as.genes | Extract the gene sequences from the gene prediction result, and return as FASTA format. The sequence ID is in the format of "seqid_geneindex". For example, "contig1_5" means the 5th predicted gene on contig1. The sequence description is in the format of "start-end(strand)". For example, "100-900(+)" means the gene starts at position 100, ends at position 900, and is on the forward strand. |