You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code is not future proof because new labelling scheme for the genome-wide trans scores allows for duplicated scoreids. In fact, we store as many duplicated scoreids as there are individual scores contributing to each genome-wide trans score. Therefore, joins with annotation tables may fail.
To address this we need to extend the original key to also include locus start and end position by changing these (and similar) lines:
The current code is not future proof because new labelling scheme for the genome-wide trans scores allows for duplicated
scoreids
. In fact, we store as many duplicatedscoreids
as there are individual scores contributing to each genome-wide trans score. Therefore, joins with annotation tables may fail.To address this we need to extend the original key to also include locus start and end position by changing these (and similar) lines:
trans-qtls/qtl.metadata.R
Lines 51 to 52 in 8fd37aa
to:
@dlipschu, we need to check that this change does not affect your results.
The text was updated successfully, but these errors were encountered: