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 am unable to get this line working:
msaplot(p, Biostrings::BStringSet(barcode), width=.3, offset=.05)
I get this error:
Error in msaplot(p, Biostrings::BStringSet(barcode), width = 0.3, offset = 0.05) :
multiple sequence alignment is not available...
-> check the parameter 'fasta'...
I am trying it out with ggtree in v ‘3.12.0’ in R version 4.4.1 (2024-06-14) in Rstudio 2024.04.2 Build 764 on Ubuntu 22.04.4 LTS
The text was updated successfully, but these errors were encountered:
I think I have tracked down the problem. The fasta argument in the msaplot() function appears to be a file location. Writing Biostrings::BStringSet(barcode) to a file fixes the problem.
I searched for issues related to the function 'ggtree::msaplot' and found this website:
https://www.r-bloggers.com/2016/08/ggtree-for-microbiome-data/
I am unable to get this line working:
msaplot(p, Biostrings::BStringSet(barcode), width=.3, offset=.05)
I get this error:
Error in msaplot(p, Biostrings::BStringSet(barcode), width = 0.3, offset = 0.05) :
multiple sequence alignment is not available...
-> check the parameter 'fasta'...
I am trying it out with ggtree in v ‘3.12.0’ in R version 4.4.1 (2024-06-14) in Rstudio 2024.04.2 Build 764 on Ubuntu 22.04.4 LTS
The text was updated successfully, but these errors were encountered: