YuLab-SMU / ggmsa

:traffic_light: Visualizing publication-quality multiple sequence alignment using ggplot2
http://yulab-smu.top/ggmsa
200 stars 22 forks source link

Error in parse(text = elt) : <text>:1:7: unexpected symbol #53

Open mmotoc opened 1 year ago

mmotoc commented 1 year ago

Hello,

Here is my code:

protein_sequences <- "/Users/michael/Desktop/Lab/RHG/grim/Grim_drosophilidae_protein_mel.fasta" ggmsa(protein_sequences, 300, 350, color = "Clustal", font = "DroidSansMono", char_width = 0.5, seq_name = TRUE, use_dot = TRUE)

And I get this output:

Error in parse(text = elt) : :1:7: unexpected symbol 1: Using an ^ In addition: Warning message: In rbind(c("M", "A", "I", "A", "Y", "F", "I", "P", "D", "Q", "A", : number of columns of result is not a multiple of vector length (arg 1)

Any tips?

yxb-cn commented 1 year ago

Have you solved it? I meet the same error.

Here is my code:

selfesteem %>% group_by(time) %>% get_summary_stats(score,type = "full")

And I get this output:

Error in parse(text = elt) : :1:7: unexpected symbol 1: Using an ^

yxb-cn commented 1 year ago

I update the version of the package "lifecycle" to 1.0.3, then the problem is solved.