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

A minor bug in buildFeatureVector() function #2

Open
haibol2016 opened this issue Dec 29, 2021 · 0 comments
Open

A minor bug in buildFeatureVector() function #2

haibol2016 opened this issue Dec 29, 2021 · 0 comments

Comments

@haibol2016
Copy link

haibol2016 commented Dec 29, 2021

There is a bug in

baseOnly = TRUE)[, -5])
. This line causes a problem when there is only one GRange provided by the argument peaks.

 baseOnly = TRUE)[, -5])

should be changed to

 baseOnly = TRUE)[, -5, drop = FALSE])
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