sgn icon indicating copy to clipboard operation
sgn copied to clipboard

link genotyping markers to alleles

Open lukasmueller opened this issue 1 year ago • 1 comments

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

lukasmueller avatar May 10 '24 19:05 lukasmueller

refactor the allele detail page /phenome/allele.pl to a Catalyst function

lukasmueller avatar May 10 '24 19:05 lukasmueller