|
OpenStructure
|
Namespaces | |
| namespace | alg |
| namespace | impl |
Data Structures | |
| class | AlignedColumn |
| Provides access to a column in a aligned region or a sequence alignment. More... | |
| class | AlignedColumnIterator |
| class | AlignedRegion |
| represents a region in a sequence alignment More... | |
| class | AlignmentHandle |
| representation of a multiple sequence alignemnt consisting of two or more sequences More... | |
| class | InvalidSequence |
| class | InvalidAlignment |
| class | ConstSequenceHandle |
| immutable sequence More... | |
| class | SequenceHandle |
| mutable sequence handle. More... | |
| class | ConstSequenceList |
| list of immutable sequences. More... | |
| class | SequenceList |
| list of sequences. More... | |
Typedefs | |
| typedef std::vector < AlignedRegion > | AlignedRegionList |
| typedef std::vector < AlignmentHandle > | AlignmentList |
Variables | |
| _CreateAlignment = CreateAlignment | |
| typedef std::vector<AlignedRegion> AlignedRegionList |
Definition at line 92 of file aligned_region.hh.
| typedef std::vector<AlignmentHandle> AlignmentList |
Definition at line 185 of file alignment_handle.hh.
| AlignmentHandle DLLEXPORT_OST_SEQ ost::seq::AlignmentFromSequenceList | ( | const SequenceList & | seq_list | ) |
convert alignment from sequence list
If the sequences in the SequenceList have different lengths, an InvalidAlignment exception is thrown.
| def ost.seq.CreateAlignment | ( | seqs | ) |
Definition at line 23 of file __init__.py.
| AlignmentHandle DLLEXPORT_OST_SEQ ost::seq::CreateAlignment | ( | ) |
| ConstSequenceList DLLEXPORT_OST_SEQ ost::seq::CreateConstSequenceList | ( | ) |
| SequenceHandle DLLEXPORT_OST_SEQ ost::seq::CreateSequence | ( | const String & | name, |
| const String & | seq | ||
| ) |
| def ost.seq.CreateSequenceList | ( | seqs | ) |
Definition at line 30 of file __init__.py.
| SequenceList DLLEXPORT_OST_SEQ ost::seq::CreateSequenceList | ( | ) |
| DLLEXPORT_OST_SEQ std::ostream& ost::seq::operator<< | ( | std::ostream & | os, |
| const AlignedColumn & | col | ||
| ) |
| DLLEXPORT_OST_SEQ std::ostream& ost::seq::operator<< | ( | std::ostream & | os, |
| const ConstSequenceHandle & | sequence | ||
| ) |
| SequenceHandle DLLEXPORT_OST_SEQ ost::seq::SequenceFromChain | ( | const String & | name, |
| const mol::ChainHandle & | chain | ||
| ) |
get sequence from chain
| SequenceHandle DLLEXPORT_OST_SEQ ost::seq::SequenceFromChain | ( | const String & | name, |
| const mol::ChainView & | chain | ||
| ) |
get sequence from chain
| SequenceHandle DLLEXPORT_OST_SEQ ost::seq::SequenceFromInfo | ( | info::InfoGroup & | group | ) |
create sequence from info
| SequenceList DLLEXPORT_OST_SEQ ost::seq::SequenceListFromInfo | ( | info::InfoGroup & | group | ) |
create sequence list object from info
| void DLLEXPORT_OST_SEQ ost::seq::SequenceListToInfo | ( | const ConstSequenceList & | seq_list, |
| info::InfoGroup & | group | ||
| ) |
export sequence list to info
| void DLLEXPORT_OST_SEQ ost::seq::SequenceToInfo | ( | const ConstSequenceHandle & | sequence, |
| info::InfoGroup & | group | ||
| ) |
export sequence to info
| std::pair<mol::EntityView, mol::EntityView> DLLEXPORT_OST_SEQ ost::seq::ViewsFromAlignment | ( | const AlignmentHandle & | aln, |
| int | index1 = 0, |
||
| int | index2 = 1 |
||
| ) |
| std::pair<mol::EntityView, mol::EntityView> DLLEXPORT_OST_SEQ ost::seq::ViewsFromSequences | ( | const ConstSequenceHandle & | seq1, |
| const ConstSequenceHandle & | seq2 | ||
| ) |
| _CreateAlignment = CreateAlignment |
Definition at line 22 of file __init__.py.
1.8.1.1