You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started to run your pipeline and am now stuck on the SPLASH_extendor_classification.R and am troubleshooting line-by-line.
Using the parameter which_anchors_file = "after_correction" I can reach the below line, when most_freq_target_3 is not found.
> RNA_editing = anchors[,list(anchor,target,anchor_count,target_count,most_freq_target_3,most_freq_target_4,cnt_most_freq_target_3,cnt_most_freq_target_4)]
Error in eval(jsub, SDenv, parent.frame()) :
object 'most_freq_target_3' not found
Here are the colnames of the anchors object. Before this step there were no errors or warnings.
Hi @joegeorgeson , sorry for delay in responding to this. Can you please paste in the first few lines of the splash output file result.after_correction.scores.tsv you used for running the script. For RNA editing block, you need to have 4 targets for each anchor. i.e., you should see columns most_freq_target_3 and most_freq_target_4 in your result.after file.
Hi SPLASH,
updated from my initial post
I've started to run your pipeline and am now stuck on the
SPLASH_extendor_classification.R
and am troubleshooting line-by-line.Using the parameter
which_anchors_file = "after_correction"
I can reach the below line, whenmost_freq_target_3
is not found.Here are the colnames of the anchors object. Before this step there were no errors or warnings.
Can you adise?
Thanks,
Joe
The text was updated successfully, but these errors were encountered: