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
Hi,
there seems to be an error with the check_sex function.
chrX = manifest[chr == "X", index]
chrY = manifest[chr == "Y", index]
create empty objects because in the manifest, column chr contains "chrX" and "chrY" instead of "X" and "Y".
I deleted the "chr" in the manifest$chr column as a workaround
The text was updated successfully, but these errors were encountered:
Hi,
there seems to be an error with the check_sex function.
chrX = manifest[chr == "X", index]
chrY = manifest[chr == "Y", index]
create empty objects because in the manifest, column chr contains "chrX" and "chrY" instead of "X" and "Y".
I deleted the "chr" in the manifest$chr column as a workaround
The text was updated successfully, but these errors were encountered: