![]() |
Version 4.2.0 |
#include <seqpp/SequenceSet.h>

Public Member Functions | |
| SequenceSet () | |
| Default constructor. | |
| SequenceSet (const string &seq_list_file, const string &alpha_file, short order, int nbseq=BUFFERSEQ) | |
| constructor with a alphabet-needed file | |
| SequenceSet (const string &seq_list_file, short mode, const string &line2parse, bool case_sensitivity, short order, int nbseq=BUFFERSEQ) | |
| constructor with a alphabet-needed line2parse | |
from :
| SequenceSet::SequenceSet | ( | const string & | seq_list_file, | |
| const string & | alpha_file, | |||
| short | order, | |||
| int | nbseq = BUFFERSEQ | |||
| ) |
constructor with a alphabet-needed file
| seq_list_file | file, among the 3 possibilities of files. | |
| alpha_file | file for initializing the alphabet (see Translator doc) | |
| order | Markovian order, | |
| nbseq | number of sequences |
References PrimarySequenceSet< Sequence >::_array_seq, PrimaryCount::_coder, PrimaryCount::_coder_in, PrimaryCount::_count, PrimarySequenceSet< Sequence >::_length_max, PrimarySequenceSet< Sequence >::_nb_seq, PrimaryCount::_nbinv, PrimaryCount::_nbvalue, PrimaryCount::_order, PrimarySequenceSet< Sequence >::_total_length, PrimarySequenceSet< Sequence >::_transl, Translator::tell_alphabet_size(), Translator::tell_nb_inv(), and PrimaryCount::tell_nb_value().
| SequenceSet::SequenceSet | ( | const string & | seq_list_file, | |
| short | mode, | |||
| const string & | line2parse, | |||
| bool | case_sensitivity, | |||
| short | order, | |||
| int | nbseq = BUFFERSEQ | |||
| ) |
constructor with a alphabet-needed line2parse
| seq_list_file | file, among the 3 possibilities of files. | |
| mode | number of char for a token in the alphabet | |
| line2parse | string for initializing the alphabet (see Translator doc) | |
| case_sensitivity | true for being case sensitive | |
| order | Markovian order, | |
| nbseq | number of sequences |
References PrimarySequenceSet< Sequence >::_array_seq, PrimaryCount::_coder, PrimaryCount::_coder_in, PrimaryCount::_count, PrimarySequenceSet< Sequence >::_length_max, PrimarySequenceSet< Sequence >::_nb_seq, PrimaryCount::_nbinv, PrimaryCount::_nbvalue, PrimaryCount::_order, PrimarySequenceSet< Sequence >::_total_length, PrimarySequenceSet< Sequence >::_transl, Translator::tell_alphabet_size(), Translator::tell_nb_inv(), and PrimaryCount::tell_nb_value().
| Download seq++ 4.2.0 |
| Download previous versions |
| Statistique & Genome Home |
| Contributors : M.Baudry, P.Y.Bourguignon, M.Hoebeke, V.Miele, P.Nicolas, G.Nuel, H.Richard, D.Robelin |
1.5.6