| read.genbank | read the given genbank assembly file. |
| taxon_id | get ncbi taxonomy id from the given genbank assembly file. |
| taxonomy_lineage | extract the taxonomy lineage information from the genbank file |
| as_tabular | extract all gene features from genbank and cast to tabular data |
| accession_id | |
| is.plasmid | |
| load_genbanks | populate a list of genbank data objects from a given list of files or stream. |
| write.genbank | save the modified genbank file |
| as.genbank | converts tabular data file to genbank assembly object |
| feature | create new feature site |
| add.feature | add feature into a given genbank object |
| enumerateFeatures | enumerate all features in the given NCBI genbank database object |
| featureKeys | get all feature key names |
| featureMeta | extract the feature metadata from a genbank clr feature object |
| addMeta | add metadata into a given feature object |
| origin.fasta | get, add or replace the genome origin fasta sequence in the given genbank assembly file. |
| getRNA.fasta | get all of the RNA gene its gene sequence in fasta sequence format. |
| protein.fasta | get or set fasta sequence of all CDS feature in the given genbank assembly file. |
| add.RNA.gene |