#Determine which LGA would be selected by the LGA Selection Function based on the SSEA Profile # #SSCE_LGA_A_THR = (7.8539816E-1) if (NCAT6RU0 <= 7.8539816E-1) then return("LGA_A"); endif; # #SSCE_LGA_B_THR = (2.00712864E0) if (NCAT6RU0 >= 2.00712864E0) then return("LGA_B"); endif; # return("UNKNOWN");