NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <corelib/ncbiobj.hpp>
#include <objmgr/util/sequence.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/tse_handle.hpp>
#include <objmgr/seq_feat_handle.hpp>
#include <objmgr/scope.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqfeat/Gene_ref.hpp>
#include <objtools/edit/gene_utils.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
CConstRef< CSeq_feat > | GetGeneForFeature (const CSeq_feat &feat, CScope &scope) |
Finds gene for feature, but obeys SeqFeatXref directives. More... | |