File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jsorolla" ,
3- "version" : " 5 .0.0-dev" ,
3+ "version" : " 6 .0.0-dev" ,
44 "description" : " JSorolla is a JavaScript bioinformatic library for data analysis and genomic visualization" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -735,6 +735,33 @@ const POPULATION_FREQUENCIES = {
735735 } ,
736736 ] ,
737737 } ,
738+ {
739+ id : "GNOMAD_V4_1" ,
740+ title : "gnomAD v4.1" ,
741+ populations : [
742+ {
743+ id : "JOINT" , title : "gnomAD [JOINT]"
744+ } ,
745+ {
746+ id : "JOINT_AFR" , title : "African/African American [JOINT_AFR]"
747+ } ,
748+ {
749+ id : "JOINT_AMR" , title : "American [JOINT_AMR]"
750+ } ,
751+ {
752+ id : "JOINT_EAS" , title : "East Asian [JOINT_EAS]"
753+ } ,
754+ {
755+ id : "JOINT_FIN" , title : "Finnish [JOINT_FIN]"
756+ } ,
757+ {
758+ id : "JOINT_NFE" , title : "Non-Finnish European [JOINT_NFE]"
759+ } ,
760+ {
761+ id : "JOINT_nonUKB" , title : "Non-UKBiobank [JOINT_nonUKB]"
762+ }
763+ ]
764+ } ,
738765 ] ,
739766} ;
740767
You can’t perform that action at this time.
0 commit comments