-
Notifications
You must be signed in to change notification settings - Fork 97
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
an error about LinkPeaks #759
Comments
It's not clear from this what the issue is. If you can make a minimal reproducible example (removing all code that is not relevant to running the |
Closing since I have not heard back, please reopen if you can provide the requested information |
I am reopening this issue, I think the problem is coming from the dashes inside gene names ("HLA-DPB1").
|
Hi @Baboon61, this should now be fixed on the develop branch |
Hello, sorry not on Signac_1.3.0.9010 |
This definitely works for me using Signac 1.3.0.9010 (both If it's not working for you please open a new issue with your code and output of |
HI ,
I've got a problem I can't solve when i used LinkPeaks. I thought my error was similar with #12 and i try to solve it by adding sep = c(":", "-") but i failed.
I found some DEs and want to link the peaks and i got this error in some genes:
My code:
(1)callpeak:
Some output:
(1)head(peaks):

(2)head(rownames(peaks)):
NULL
I dont known why its NULL and it looks work well with some genes.
The text was updated successfully, but these errors were encountered: