-
Notifications
You must be signed in to change notification settings - Fork 145
getPeak2GeneLinks Error #442
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
Comments
I cannot reproduce your error. Perhaps you have missed some steps in the tutorial, such as adding a peak set or a peak matrix. |
Thank you for your reply!
It seems like there already added a PeakMatrix in the ArchRProject. So how could I check whether there's any peak set in my ArchRProject? |
I also tried to check:
seqinfo: 23 sequences from an unspecified genome; no seqlengths So there should be peak set in the ArchRProject. |
Can you run the following code line by line and tell me what happens?
|
Hi, I ran the code line by line,and finally I got the loops:
|
That just doesnt make sense to me. If you are running this command:
EDIT NOTE: The below is actually not correct. Copy-paste error.
|
Thank you so much for your suggestion.
|
Of course you cannot run the line that says return(loops) because you are not in a function to return from. Can you run the code line by line instead? Also, have you tried re-running your original command:
|
If I run:
It still showed me:
|
What happens when you run all of this code? It should print one number (1 - 4).
|
Ok well at least that is consistent. Try this: run this code:
Then show me the output of each of these lines:
|
The following are the output I got:
|
Ok. That shows where the problem is coming from. Show me: |
|
I guess I owe you an apology. Sorry - this is related to the issue #385 where you originally posted but I didnt catch it until now. As in that issue, the FDRs are all NaN. So this line: I'm going to close this and we can continue the discussion on the previous thread. Sorry that this is not working at the moment. We will get it fixed. |
Sorry I think the bug is now fixed in the new release branch ----- To install -- The change -- |
No, its OK. Thank you so much for your patience and let me know about this. |
@rcorces |
That doesnt sound possible. did you re-run |
Can you copy the output if you paste |
@sylestiel - "it doesnt work" is relative. It is no longer giving you the error and the function is running to completion. |
|
You need to reload R and ArchR. This issue has been fixed in the branch you are referring to (See Above) --
|
Ok. Many Thanks!!! I will do that. |
Hi,
I try to follow the steps for chapter"Peak2GeneLinkage with ArchR" using the turorial data.
After run the first step:
I got this log file:
ArchR-addPeak2GeneLinks-c9f637af053-Date-2020-11-27_Time-12-49-47.log
However, when I run next step:
I got an error message:
Error in .validInput(input = start, name = "start", valid = c("integer")) :
Input value for 'start' is not a integer, (start = numeric) please supply valid input!
In addition: Warning message:
In min(abs(c(input%%1, input%%1 - 1)), na.rm = TRUE) :
no non-missing arguments to min; returning Inf
Is there anyone could help me to solve this problem? Thanks a lot!
The text was updated successfully, but these errors were encountered: