-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error in .from_character_to_GRanges(from) #19
Comments
Hi, can you specify the exact part of: https://dieterich-lab.github.io/JACUSA2helper/articles/web_only/JACUSA2helper-nanopore.html#ref-Piechotta20221 It seems that you should run: results <- unlist(GRangesList(results)) |
Hi, Piechottam, Sorry, I mistyped the command line 'results <- unlist(results))' in the posting above. Actually, I run results <- unlist(GRangesList(results)) as shown in your document and got the error.
|
Maybe there might be some problem when I changed your code in some steps that didn't work for me. Firstly, I got an error in this step.
So I changed it to this code below
It seems it's correct to your result, so I run the next code.
Secondly, I got an error when running the command with mcols.
Sorry, it is a long code but could you please check if is correct? Thank you for your time! |
Please install Does the problem persist? |
Hi,
The code was running successfully but I had an issue making venn diagram. Do you know what the problem is? I run this script in linux. Is this error telling me there is a problem in connecting SSH?
|
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("plyranges")
|
Thanks for your reply! Actually, I wanted to make an output file including m6a modification sites as you showed in 13059_2022_2676_MOESM4_ESM.xlsx from supplementary materials. Thank you so much! |
Hi, developer!
Thanks for developing a great tool.
While running the R code provided in the document, https://dieterich-lab.github.io/JACUSA2helper/articles/web_only/JACUSA2helper-nanopore.html#ref-Piechotta20221, I had an error like the below.
Based on the error message, I guess the variable, 'results' has to have genomic location-based information. However, mine didn't look like so.
Do you know how to fix this problem?
FYI, while running the code, I made a little bit of change to your code because some steps didn't work for me (such as the command with mcols and the command to make wt_vs_ko_filtered). Anyway, I got my results and wt_vs_ko_filtered as below. Please check if it looks correct.!
Thank you so much!
The text was updated successfully, but these errors were encountered: