ceabiodb / biodb

An R package framework for accessing biological and chemical databases and developing or extending new connectors.
GNU Affero General Public License v3.0
11 stars 2 forks source link

Make the field `peaks` virtual #417

Closed pkrog closed 4 years ago

pkrog commented 5 years ago

Make fields peak.* that are part of the peak group, real individual fields. Implement a new type of field: virtual. virtual fields are constructed by gathering other fields. Make peaks field a virtual field, that is constructed as a data frame from fields of the group peak put together (they must of the same length of course).

pkrog commented 4 years ago

Done