Task to transform table into Entity ID
TransformerEntityIDTable class
Allows to transform a Table with the right columns names to create an Entity ID Table.
An Entity ID Table is a table of entity IDs (CheBI IDs, Rhea IDs, EC Numbers, User-defined IDs, ...)
- The first column the ID of the entity (official or user-defined ID)
[required]
- The next columns are optional [OPTIONAL]
Your File must have at least:
- a column with the ID of the entity For example:
id | name |
---|---|
CHEBI:57972 | L-alanine |
Input
Initial table
2d excel like table
Output
Table
2d excel like table
Configuration
id_column_name
The name of the Entity ID column
string
entity_id