Multiple Sequence Alignment using R

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 5

  • @Lamothe.Bioinformatics-gj6xn
    @Lamothe.Bioinformatics-gj6xn 11 місяців тому +1

    when it says 'pdflatex is not available', how do you reconcile that?

  • @Bioinformatics_Made_Easy
    @Bioinformatics_Made_Easy  2 роки тому

    msa package provides a unified R/Bioconductor interface to different multiple sequence alignment algorithms. Currently, ‘ClustalW’, ‘ClustalOmega’, and ‘MUSCLE’ are supported. All algorithms are usable without additional software packages and on all major platforms.
    You will find reference here www.rdocumentation.org/packages/msa/versions/1.4.3/topics/msa-package

  • @winniefrimpong
    @winniefrimpong 2 роки тому +1

    How did you get the Clustalw

    • @Bioinformatics_Made_Easy
      @Bioinformatics_Made_Easy  2 роки тому

      www.rdocumentation.org/packages/msa/versions/1.4.3/topics/msa-package

    • @saeedjaanz
      @saeedjaanz Рік тому

      You can call or declare the ClustalW object/function in the code. R will tell you the rest.