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
Hello,
I tried to run plot_synteny with the following command:
"plot_synteny(gen_alignment_paf, q_chrom="Omy_2", t_chrom="OmyA_02", centre=TRUE) +
theme_bw()" ,
to which I get this error:
"Error: Aesthetics must be either length 1 or the same as the data (17026): ymin and ymax
Run rlang::last_error() to see where the error occurred.
In addition: Warning messages:
1: In tlen - qlen :
longer object length is not a multiple of shorter object length
2: In qlen > tlen :
longer object length is not a multiple of shorter object length
3: In if (qlen > tlen) { :
the condition has length > 1 and only the first element will be used
4: In synt_df[["x"]][synt_df[["seq"]] == q_chrom] + os :
longer object length is not a multiple of shorter object length"
My target length is ~100mb and query is ~80mb. Switching the naming of q_chrom and _tchrom does not solve the issue. I'm running R v. 4.0.5 on Ubuntu v18. The dotplot() function works fine with these data.
The text was updated successfully, but these errors were encountered:
Hello,
I tried to run plot_synteny with the following command:
"plot_synteny(gen_alignment_paf, q_chrom="Omy_2", t_chrom="OmyA_02", centre=TRUE) +
theme_bw()" ,
to which I get this error:
"Error: Aesthetics must be either length 1 or the same as the data (17026): ymin and ymax
Run
rlang::last_error()
to see where the error occurred.In addition: Warning messages:
1: In tlen - qlen :
longer object length is not a multiple of shorter object length
2: In qlen > tlen :
longer object length is not a multiple of shorter object length
3: In if (qlen > tlen) { :
the condition has length > 1 and only the first element will be used
4: In synt_df[["x"]][synt_df[["seq"]] == q_chrom] + os :
longer object length is not a multiple of shorter object length"
My target length is ~100mb and query is ~80mb. Switching the naming of q_chrom and _tchrom does not solve the issue. I'm running R v. 4.0.5 on Ubuntu v18. The dotplot() function works fine with these data.
The text was updated successfully, but these errors were encountered: