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 193 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, | ||
const String & | role = "UNKNOWN" |
||
) |
def ost.seq.CreateSequenceList | ( | seqs | ) |
Definition at line 30 of file __init__.py.
SequenceList DLLEXPORT_OST_SEQ ost::seq::CreateSequenceList | ( | ) |
bool DLLEXPORT_OST_SEQ ost::seq::Match | ( | const ConstSequenceHandle & | s1, |
const ConstSequenceHandle & | s2 | ||
) |
bool DLLEXPORT_OST_SEQ ost::seq::Match | ( | const String & | s1, |
const String & | s2 | ||
) |
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
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.