Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with check_sex function with Epicv2 #19

Open
FlorenceBus opened this issue Apr 29, 2024 · 0 comments
Open

Problem with check_sex function with Epicv2 #19

FlorenceBus opened this issue Apr 29, 2024 · 0 comments

Comments

@FlorenceBus
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant