NEFFy
NEFF Calculator and MSA File Converter
Loading...
Searching...
No Matches
multimerHandler.h File Reference

This file contains the declaration of the MultimerHandler class to manage and manipulate MSA of a multimer. More...

#include <iostream>
#include <vector>
#include <tuple>

Go to the source code of this file.

Classes

class  MultimerHandler
 

Detailed Description

This file contains the declaration of the MultimerHandler class to manage and manipulate MSA of a multimer.

  • Verify if the MSA is in the format of the given stoichiometry, When multimer is a heteromer (with more than one distinct chain), MSA starts from pairedMSA, followed by the MSA of the chains in the multimer. When multimer is a homomer, MSA is a concatenation of MSA of the chain.

The implementation includes:

  • Constructor to initialize the split position.
  • Method to verify the structure of the MSA with the given stochiometry.
  • Method to return the MSA sets.
Footer