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

ScoreMatrix returns matrix with wrong dimensions #196

Open
balwierz opened this issue Jan 27, 2021 · 0 comments
Open

ScoreMatrix returns matrix with wrong dimensions #196

balwierz opened this issue Jan 27, 2021 · 0 comments

Comments

@balwierz
Copy link

Example code:

gr1 <- GRanges("a", IRanges(2:10, 3:11))
gr2 <- GRanges("a", IRanges(1, 10))
ScoreMatrix(gr1, gr2)

Expected result: 1x10 ScoreMatrix with data: 0 1 2 2 2 2 2 2 2 2

Observed result: 10x1 ScoreMatrix. The content is correct when transposed.

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