## Entity


Usage

``` python
Entity
```


## Attributes

| Name | Description |
|----|----|
| [ATTRIBUTE](#ATTRIBUTE) | str(object='') -\> str |
| [DATASET](#DATASET) | str(object='') -\> str |
| [GENE](#GENE) | str(object='') -\> str |
| [GENE_FAMILY](#GENE_FAMILY) | str(object='') -\> str |
| [GENE_SET](#GENE_SET) | str(object='') -\> str |
| [NAMING_AUTHORITY](#NAMING_AUTHORITY) | str(object='') -\> str |
| [PROTEIN](#PROTEIN) | str(object='') -\> str |
| [RESOURCE](#RESOURCE) | str(object='') -\> str |

------------------------------------------------------------------------


#### ATTRIBUTE


str(object='') -\> str


`ATTRIBUTE=``"attribute"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### DATASET


str(object='') -\> str


`DATASET=``"dataset"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### GENE


str(object='') -\> str


`GENE=``"gene"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### GENE_FAMILY


str(object='') -\> str


`GENE_FAMILY=``"gene_family"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### GENE_SET


str(object='') -\> str


`GENE_SET=``"gene_set"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### NAMING_AUTHORITY


str(object='') -\> str


`NAMING_AUTHORITY=``"naming_authority"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### PROTEIN


str(object='') -\> str


`PROTEIN=``"protein"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.


------------------------------------------------------------------------


#### RESOURCE


str(object='') -\> str


`RESOURCE=``"resource"`


str(bytes_or_buffer\[, encoding\[, errors\]\]) -\> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.\_\_str\_\_() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.
