NAME
Bio::KBase::GenomeAnnotation::Client
DESCRIPTION
$result = genomeTO_to_reconstructionTO(genomeTO)
$result = genomeTO_to_feature_data(genomeTO)
$result = reconstructionTO_to_roles(reconstructionTO)
$result = reconstructionTO_to_subsystems(reconstructionTO)
$result = annotate_genome(genomeTO)
Given a genome object populated with contig data, perform gene calling and functional annotation and return the annotated genome. NOTE: Many of these "transformations" modify the input hash and copy the pointer. Be warned.
$result = call_RNAs(genomeTO)
$result = call_CDSs(genomeTO)
$result = find_close_neighbors(genomeTO)
$result = assign_functions_to_CDSs(genomeTO)
$result = annotate_proteins(genomeTO)
Given a genome object populated with feature data, reannotate the features that have protein translations. Return the updated genome object.