sgn
sgn copied to clipboard
link genotyping markers to alleles
Expected Behavior
add a linking table to phenome schema with the following structure:
table name: allele_marker
columns:
allele_marker_id bigint primary key,
nd_protocol_id bigint references public.nd_protocol,
markers jsonb
jsonb data structure:
[
{
marker_name : 'C2_393939',
marker_state: 'T'
},
..
]
- User Interface: ability to add/remove markers from a curator account.
- Loading script
For Bugs:
Environment
Steps to Reproduce
refactor the allele detail page /phenome/allele.pl to a Catalyst function