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

BEDMatrix error #16

Closed
Knox2020 opened this issue Jan 31, 2018 · 2 comments
Closed

BEDMatrix error #16

Knox2020 opened this issue Jan 31, 2018 · 2 comments

Comments

@Knox2020
Copy link

Hello,

I have a .bed file that I am trying to extract genotypes from. I can read it into R just fine. However, I cannot extract any genotypes.
M<-BEDMatrix("my filename") works fine as does "dim" "rownames" and "colnames".

If I try to extract the 1st three individuals I get:
M[1:3]
Error in convertIndex(x, i, "k") : unused argument ("k")

Running R 3.3.2. Installed package "xts".

Any help appreciated.

@agrueneberg
Copy link
Member

Hi @Corvallis1,

that's odd. What versions of the BEDMatrix package and its dependency crochet do you have installed? You can check with the packageVersion() function: packageVersion("BEDMatrix") and packageVersion("crochet").

Thanks,
Alex

@agrueneberg
Copy link
Member

Hi @Corvallis1,

I will close this ticket assuming that your problem has been resolved in the meantime. Please reopen if this is not the case.

Thanks,
Alex

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

2 participants