membrane

Bindings for core::conformation::membrane namespace

class pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments

Bases: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Illegal Arguments Exception

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments, msg: str) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments, : pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments) → pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments

C++: core::conformation::membrane::EXCN_Illegal_Arguments::operator=(const class core::conformation::membrane::EXCN_Illegal_Arguments &) –> class core::conformation::membrane::EXCN_Illegal_Arguments &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Illegal_Arguments, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_Illegal_Arguments::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Bases: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception

Parent Exception - Exception Membrane

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane, : pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane) → pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

C++: core::conformation::membrane::EXCN_Membrane::operator=(const class core::conformation::membrane::EXCN_Membrane &) –> class core::conformation::membrane::EXCN_Membrane &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_Membrane::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree

Bases: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Fold tree Exception for membrane proteins

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree, msg: str) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree, : pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree) → pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree

C++: core::conformation::membrane::EXCN_MembraneFoldTree::operator=(const class core::conformation::membrane::EXCN_MembraneFoldTree &) –> class core::conformation::membrane::EXCN_MembraneFoldTree &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_MembraneFoldTree, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_MembraneFoldTree::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds

Bases: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Membrane Out of Bounds Exception

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds, msg: str) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds, : pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds) → pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds

C++: core::conformation::membrane::EXCN_Membrane_Bounds::operator=(const class core::conformation::membrane::EXCN_Membrane_Bounds &) –> class core::conformation::membrane::EXCN_Membrane_Bounds &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane_Bounds, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_Membrane_Bounds::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane

Bases: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Non Membrane Pose Exception

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane, msg: str) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane, : pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane) → pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane

C++: core::conformation::membrane::EXCN_NonMembrane::operator=(const class core::conformation::membrane::EXCN_NonMembrane &) –> class core::conformation::membrane::EXCN_NonMembrane &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_NonMembrane, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_NonMembrane::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition

Bases: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Resource Manager Exception

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition, msg: str) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition, : pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition) → pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition

C++: core::conformation::membrane::EXCN_Resource_Definition::operator=(const class core::conformation::membrane::EXCN_Resource_Definition &) –> class core::conformation::membrane::EXCN_Resource_Definition &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_Resource_Definition, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_Resource_Definition::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd

Bases: pyrosetta.rosetta.core.conformation.membrane.EXCN_Membrane

Virtual Residue Definition Exception

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd, msg: str) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd, arg0: pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.utility.excn.EXCN_Base) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception, str: str) → None

C++: utility::excn::EXCN_Msg_Exception::add_msg(const class std::basic_string<char> &) –> void

assign(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd, : pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd) → pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd

C++: core::conformation::membrane::EXCN_VirtualRsd::operator=(const class core::conformation::membrane::EXCN_VirtualRsd &) –> class core::conformation::membrane::EXCN_VirtualRsd &

msg(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::msg() const –> const std::string

show(self: pyrosetta.rosetta.core.conformation.membrane.EXCN_VirtualRsd, os: pyrosetta.rosetta.std.ostream) → None

C++: core::conformation::membrane::EXCN_VirtualRsd::show(class std::basic_ostream<char> &) const –> void

what(self: pyrosetta.rosetta.utility.excn.EXCN_Msg_Exception) → str

C++: utility::excn::EXCN_Msg_Exception::what() const –> const char *

class pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo

Bases: pybind11_builtins.pybind11_object

Membrane Lipid Accessibility Data

Stores lipid accessibility data derived from OCTOPUS spanning file
and psiblast search using run_lips.pl script
__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo, lipsfile: str) -> None
  3. __init__(self: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo, arg0: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

assign(self: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo, src: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo) → pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo

Assignment Operator

Create a deep copy of this object, overloading the assignment operator

C++: core::conformation::membrane::LipidAccInfo::operator=(const class core::conformation::membrane::LipidAccInfo &) –> class core::conformation::membrane::LipidAccInfo &

lipid_burial(self: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo) → pyrosetta.rosetta.utility.vector1_double

Access Lipid buried surface area per-residue

C++: core::conformation::membrane::LipidAccInfo::lipid_burial() –> class utility::vector1<double, class std::allocator<double> >

lipid_exposure(self: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo) → pyrosetta.rosetta.utility.vector1_double

Access Lipid exposed surface area per-residue

C++: core::conformation::membrane::LipidAccInfo::lipid_exposure() –> class utility::vector1<double, class std::allocator<double> >

class pyrosetta.rosetta.core.conformation.membrane.MembraneInfo

Bases: pybind11_builtins.pybind11_object

MembraneInfo describes the membrane bilayer and its relationship with the protein

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, membrane_pos: int, membrane_jump: int, thickness: float, steepness: float, topology: core::conformation::membrane::SpanningTopology) -> None
  2. __init__(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, membrane_pos: int, membrane_jump: int, thickness: float, steepness: float, lips: pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo, topology: core::conformation::membrane::SpanningTopology) -> None
  3. __init__(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, arg0: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → str
__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

assign(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, src: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → pyrosetta.rosetta.core.conformation.membrane.MembraneInfo

create a deep copy of all data in thsi object upon assignment

C++: core::conformation::membrane::MembraneInfo::operator=(const class core::conformation::membrane::MembraneInfo &) –> class core::conformation::membrane::MembraneInfo &

atom_z_position(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, conf: pyrosetta.rosetta.core.conformation.Conformation, resnum: int, atomnum: int) → float

Compute atom position relative to membrane normal

Calculate the z coordinate of the atom, projected onto the membrane normal axis. Objective is to maintain correct coordinates in relative coordinate frame.

C++: core::conformation::membrane::MembraneInfo::atom_z_position(const class core::conformation::Conformation &, unsigned long, unsigned long) const –> double

check_membrane_fold_tree(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, ft_in: pyrosetta.rosetta.core.kinematics.FoldTree) → bool
Somewhat weak check that a membrane foldtree is valid. Use checks in
protocols/membrane/util.hh instead!

C++: core::conformation::membrane::MembraneInfo::check_membrane_fold_tree(const class core::kinematics::FoldTree &) const –> bool

in_membrane(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, conf: pyrosetta.rosetta.core.conformation.Conformation, resnum: int) → bool

Is residue in the membrane? Takes CA coordinate

Uses the thickness stored in MembraneInfon and the residue_z_position

C++: core::conformation::membrane::MembraneInfo::in_membrane(const class core::conformation::Conformation &, unsigned long) const –> bool

include_lips(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → bool

Does this MembraneInfo includes lipophilicity information?

C++: core::conformation::membrane::MembraneInfo::include_lips() const –> bool

lipid_acc_data(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → pyrosetta.rosetta.core.conformation.membrane.LipidAccInfo

Per-residue lipophilicity (probability of exposure to lipid)

Returns a LipidAccInfo describing per residue probability of exposure to lipid. Data calcualted via the run_lips.pl script and provided by the user on the commandline if applicable

C++: core::conformation::membrane::MembraneInfo::lipid_acc_data() const –> class std::shared_ptr<class core::conformation::membrane::LipidAccInfo>

membrane_center(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, conf: pyrosetta.rosetta.core.conformation.Conformation) → pyrosetta.rosetta.numeric.xyzVector_double_t

Membrane center

Returns the xyzVector describing the center of the membrane This is the same as the MPct atom of the membrane (MEM) residue.

C++: core::conformation::membrane::MembraneInfo::membrane_center(const class core::conformation::Conformation &) const –> class numeric::xyzVector<double>

membrane_jump(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → int

Indeitifier for the membrane jump

Returns an integer (core::Size) denoting the jump number in the foldtree representing the jump relating the membrane residue to the rest of the molecule

C++: core::conformation::membrane::MembraneInfo::membrane_jump() const –> long

membrane_normal(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, conf: pyrosetta.rosetta.core.conformation.Conformation) → pyrosetta.rosetta.numeric.xyzVector_double_t

Membrane normal

Returns the membrane normal, which describes the membrane orientation. This is the same as the xyzVector in the MPnm atom in the membrane residue.

C++: core::conformation::membrane::MembraneInfo::membrane_normal(const class core::conformation::Conformation &) const –> class numeric::xyzVector<double>

membrane_rsd_num(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → int

Sequence position of the membrane residue

Return the residue number of MEM (rsd.seqpos()) in the pose

C++: core::conformation::membrane::MembraneInfo::membrane_rsd_num() const –> unsigned long

membrane_steepness(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → float

Steepness of hydrophobic -> hydrophillic transition

For IMM - default is 10

C++: core::conformation::membrane::MembraneInfo::membrane_steepness() const –> double

membrane_thickness(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → float

Effective thickness of the membrane

For IMM = default is 15.

C++: core::conformation::membrane::MembraneInfo::membrane_thickness() const –> double

residue_z_position(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, conf: pyrosetta.rosetta.core.conformation.Conformation, resnum: int) → float

Compute residue position relative to membrane normal

Calculate the z coordinate of the residue, projected onto the membrane normal axis. Objective is to maintain correct coordinates in relative coordinate frame.

C++: core::conformation::membrane::MembraneInfo::residue_z_position(const class core::conformation::Conformation &, unsigned long) const –> double

set_membrane_jump(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, jumpnum: int) → None

Allow a protocol to set a new jump number for the membrane jump

Set the membrane jump number (core::SSize)

C++: core::conformation::membrane::MembraneInfo::set_membrane_jump(long) –> void

show(*args, **kwargs)

Overloaded function.

  1. show(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) -> None

Generate a string representation of information represented by this MembraneInfo and send it to std::cout

C++: core::conformation::membrane::MembraneInfo::show() const –> void

  1. show(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo, output: pyrosetta.rosetta.std.ostream) -> None

Generate a string representation of information represented by ths MembraneInfo

C++: core::conformation::membrane::MembraneInfo::show(class std::basic_ostream<char> &) const –> void

spanning_topology(self: pyrosetta.rosetta.core.conformation.membrane.MembraneInfo) → core::conformation::membrane::SpanningTopology

Transmembrane spaning topology

Return a SpanningTopology object, which includes a list of Span objects, describing the start and end sequence positions of each transmembrane span

C++: core::conformation::membrane::MembraneInfo::spanning_topology() const –> class std::shared_ptr<class core::conformation::membrane::SpanningTopology>

pyrosetta.rosetta.core.conformation.membrane.spanfile_name() → str

C++: core::conformation::membrane::spanfile_name() –> std::string

pyrosetta.rosetta.core.conformation.membrane.spanfile_names() → pyrosetta.rosetta.utility.vector1_std_string

C++: core::conformation::membrane::spanfile_names() –> class utility::vector1<std::string, class std::allocator<std::string > >