Extension for ChEBI tsv tables entity.
TsvExtensions
01 Syntax
SMRUCC.genomics.Assembly.ELIXIR.EBI.ChEBI.Database.IO.StreamProviders.Tsv.TsvExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Types | 1 | Listing all types in a chebi entity object from the property Entity.TYPE. |
| CreateProperty | 1 | Group the chemical data rows into group by compound id and create property value by Entity.TYPE value. |
| Types | 1 |
03 Members
Types``1(
IEnumerable(Of ``0))Listing all types in a chebi entity object from the property Entity.TYPE.
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of ``0) | - |
CreateProperty(
IEnumerable(Of ChemicalData))Group the chemical data rows into group by compound id and create property value by Entity.TYPE value.
Parameters
| Name | Type | Description |
|---|---|---|
data | IEnumerable(Of ChemicalData) | - |
Types(
IEnumerable(Of T))