A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/PssmIntermediateData___8hpp_source.html below:

NCBI C++ ToolKit: include/objects/scoremat/PssmIntermediateData_.hpp Source File

41 #ifndef OBJECTS_SCOREMAT_PSSMINTERMEDIATEDATA_BASE_HPP 42 #define OBJECTS_SCOREMAT_PSSMINTERMEDIATEDATA_BASE_HPP 52 #ifndef BEGIN_objects_SCOPE 53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects) 54 # define END_objects_SCOPE END_SCOPE(objects) 103

e_weightedResFreqsPerPos,

105

e_informationContent,

106

e_gaplessColumnWeights,

126  bool

IsSetResFreqsPerPos(

void

)

const

;

133  bool

CanGetResFreqsPerPos(

void

)

const

;

136  void

ResetResFreqsPerPos(

void

);

163  bool

IsSetWeightedResFreqsPerPos(

void

)

const

;

170  bool

CanGetWeightedResFreqsPerPos(

void

)

const

;

173  void

ResetWeightedResFreqsPerPos(

void

);

195  bool

IsSetFreqRatios(

void

)

const

;

202  bool

CanGetFreqRatios(

void

)

const

;

205  void

ResetFreqRatios(

void

);

229  bool

IsSetInformationContent(

void

)

const

;

236  bool

CanGetInformationContent(

void

)

const

;

239  void

ResetInformationContent(

void

);

263  bool

IsSetGaplessColumnWeights(

void

)

const

;

270  bool

CanGetGaplessColumnWeights(

void

)

const

;

273  void

ResetGaplessColumnWeights(

void

);

297  bool

IsSetSigma(

void

)

const

;

304  bool

CanGetSigma(

void

)

const

;

307  void

ResetSigma(

void

);

313  const TSigma

& GetSigma(

void

)

const

;

319  TSigma

& SetSigma(

void

);

331  bool

IsSetIntervalSizes(

void

)

const

;

338  bool

CanGetIntervalSizes(

void

)

const

;

341  void

ResetIntervalSizes(

void

);

366  bool

IsSetNumMatchingSeqs(

void

)

const

;

373  bool

CanGetNumMatchingSeqs(

void

)

const

;

376  void

ResetNumMatchingSeqs(

void

);

399  bool

IsSetNumIndeptObsr(

void

)

const

;

406  bool

CanGetNumIndeptObsr(

void

)

const

;

409  void

ResetNumIndeptObsr(

void

);

424  virtual void

Reset(

void

);

Base class for all serializable objects.

uint32_t Uint4

4-byte (32-bit) unsigned integer

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define NCBI_SCOREMAT_EXPORT

bool IsSetNumMatchingSeqs(void) const

Number of matching sequences per position of the PSSM (including the query) NOTE: this is needed for ...

const TFreqRatios & GetFreqRatios(void) const

Get the FreqRatios member data.

const TNumMatchingSeqs & GetNumMatchingSeqs(void) const

Get the NumMatchingSeqs member data.

const TNumIndeptObsr & GetNumIndeptObsr(void) const

Get the NumIndeptObsr member data.

const TGaplessColumnWeights & GetGaplessColumnWeights(void) const

Get the GaplessColumnWeights member data.

bool IsSetInformationContent(void) const

Information content per position of the PSSM NOTE: this is needed for diagnostics information only (i...

list< int > TNumMatchingSeqs

TGaplessColumnWeights & SetGaplessColumnWeights(void)

Assign a value to GaplessColumnWeights data member.

TResFreqsPerPos & SetResFreqsPerPos(void)

Assign a value to ResFreqsPerPos data member.

const TWeightedResFreqsPerPos & GetWeightedResFreqsPerPos(void) const

Get the WeightedResFreqsPerPos member data.

TWeightedResFreqsPerPos & SetWeightedResFreqsPerPos(void)

Assign a value to WeightedResFreqsPerPos data member.

bool CanGetFreqRatios(void) const

Check if it is safe to call GetFreqRatios method.

list< double > m_GaplessColumnWeights

TInformationContent & SetInformationContent(void)

Assign a value to InformationContent data member.

bool CanGetWeightedResFreqsPerPos(void) const

Check if it is safe to call GetWeightedResFreqsPerPos method.

bool CanGetInformationContent(void) const

Check if it is safe to call GetInformationContent method.

bool CanGetResFreqsPerPos(void) const

Check if it is safe to call GetResFreqsPerPos method.

const TIntervalSizes & GetIntervalSizes(void) const

Get the IntervalSizes member data.

list< int > m_NumMatchingSeqs

list< int > TResFreqsPerPos

DECLARE_INTERNAL_TYPE_INFO()

bool CanGetNumIndeptObsr(void) const

Check if it is safe to call GetNumIndeptObsr method.

bool IsSetResFreqsPerPos(void) const

observed residue frequencies (or counts) per position of the PSSM (prior to application of pseudocoun...

bool IsSetFreqRatios(void) const

PSSM's frequency ratios Check if a value has been assigned to FreqRatios data member.

list< double > m_NumIndeptObsr

const TSigma & GetSigma(void) const

Get the Sigma member data.

const TInformationContent & GetInformationContent(void) const

Get the InformationContent member data.

list< int > m_ResFreqsPerPos

bool IsSetWeightedResFreqsPerPos(void) const

Weighted observed residue frequencies per position of the PSSM.

TFreqRatios & SetFreqRatios(void)

Assign a value to FreqRatios data member.

TIntervalSizes & SetIntervalSizes(void)

Assign a value to IntervalSizes data member.

bool IsSetIntervalSizes(void) const

Length of the aligned regions per position of the query sequence NOTE: this is needed for diagnostics...

bool IsSetGaplessColumnWeights(void) const

Relative weight for columns of the PSSM without gaps to pseudocounts NOTE: this is needed for diagnos...

CPssmIntermediateData_Base & operator=(const CPssmIntermediateData_Base &)

list< double > TWeightedResFreqsPerPos

list< double > m_WeightedResFreqsPerPos

TSigma & SetSigma(void)

Assign a value to Sigma data member.

bool IsSetNumIndeptObsr(void) const

Number of independent observations per position of the PSSM NOTE: this is needed for building CDD dat...

bool CanGetIntervalSizes(void) const

Check if it is safe to call GetIntervalSizes method.

list< double > TNumIndeptObsr

list< double > TFreqRatios

list< double > m_InformationContent

CPssmIntermediateData_Base(const CPssmIntermediateData_Base &)

bool IsSetSigma(void) const

Used in sequence weights computation NOTE: this is needed for diagnostics information only (i....

const TResFreqsPerPos & GetResFreqsPerPos(void) const

Get the ResFreqsPerPos member data.

list< int > TIntervalSizes

list< int > m_IntervalSizes

TNumMatchingSeqs & SetNumMatchingSeqs(void)

Assign a value to NumMatchingSeqs data member.

list< double > TInformationContent

TNumIndeptObsr & SetNumIndeptObsr(void)

Assign a value to NumIndeptObsr data member.

list< double > m_FreqRatios

Tparent::CMemberIndex< E_memberIndex, 10 > TmemberIndex

bool CanGetSigma(void) const

Check if it is safe to call GetSigma method.

bool CanGetGaplessColumnWeights(void) const

Check if it is safe to call GetGaplessColumnWeights method.

bool CanGetNumMatchingSeqs(void) const

Check if it is safe to call GetNumMatchingSeqs method.

list< double > TGaplessColumnWeights


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4