A table to store the assignments of an anatomy term to a RNA
| column | nulls? | type | description |
| RNA_ANATOMY_ID | no | NUMBER(10,0) | primary key Edit |
| ANATOMY_ID | no | SRes::Anatomy (NUMBER(4,0) ) | The identifier of an anatomy term that has been assigned to the RNA Edit |
| RNA_ID | no | DoTS::RNA (NUMBER(10,0) ) | The identifier of the RNA Edit |
| EST_NUMBER | NUMBER(6,0) | The number of ESTs that have been assigned that anatomy term and are represented in the RNA Edit | |
| RAD_CONFIRMED | no | NUMBER(1,0) | True (1) if an experiment in RAD (i.e., microarray) can confirm the expression of the RNA in the assigned anatomy Edit |
| LITERATURE_CONFIRMED | no | NUMBER(1,0) | True (1) if an experiment described in the literature can confirm the expression of the RNA in the assigned anatomy Edit |
| MODIFICATION_DATE | no | DATE | Edit |
| USER_READ | no | NUMBER(1,0) | Edit |
| USER_WRITE | no | NUMBER(1,0) | Edit |
| GROUP_READ | no | NUMBER(1,0) | Edit |
| GROUP_WRITE | no | NUMBER(1,0) | Edit |
| OTHER_READ | no | NUMBER(1,0) | Edit |
| OTHER_WRITE | no | NUMBER(1,0) | Edit |
| ROW_USER_ID | no | NUMBER(12,0) | Edit |
| ROW_GROUP_ID | no | NUMBER(4,0) | Edit |
| ROW_PROJECT_ID | no | NUMBER(4,0) | Edit |
| ROW_ALG_INVOCATION_ID | no | NUMBER(12,0) | Edit |