Sphinx allows you to define a Bio Entity to track special kinds of data. Bio Entities can be used to track samples, sequences, and other types of components.

1

Register Entities

You can register new Bio Entities from the Bio Entity Library. By contacting support you can also enable an integration to pull Bio Entitys from your ELN/LIMS.

Analysis Cell

The available Bio Entities are:

  • Amino Acid Sequence
  • Amino Acid Structure
  • Cell Line
  • Chemical
  • Control
  • DNA Sequence
  • RNA Sequence
  • Custom Entity
2

Upload Bio Entity List

To create a Bio Entity, you must first register it. You can enter your the information in a file formatted like the example below.

1entity_id, sequence, batch_id
2A1234, MSRWARLTGTASPA, 5739
3A4567, MSRWARLTGTASPD, 5740

The entity_id and sequence are required in the file and batch_id is optional.