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
description
currently, samplenames() returns a list of samples in the metadata dataframe, which is not always consistent with the appearance in the genodata. This behavior (for under-the-hood accuracy) needs to be consistent. The genodata df needs to always be sorted by [:name, :locus] and samplenames should return unique(genodata.name). It would probably be best for metadata.sampleinfo to list samplenames in parity with this.
The text was updated successfully, but these errors were encountered:
description
currently,
samplenames()
returns a list of samples in the metadata dataframe, which is not always consistent with the appearance in thegenodata
. This behavior (for under-the-hood accuracy) needs to be consistent. The genodata df needs to always be sorted by[:name, :locus]
andsamplenames
should returnunique(genodata.name)
. It would probably be best formetadata.sampleinfo
to list samplenames in parity with this.The text was updated successfully, but these errors were encountered: