README.md

cobaltr

Branch |GitHub Actions |Codecov logo ---------|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------- master |R-CMD-check |codecov.io develop|R-CMD-check|codecov.io

Interface to COBALT, the Constraint-based Multiple Alignment Tool.

Installation

remotes::install_github("richelbilderbeek/cobaltr")

Install COBALT

After installing cobaltr, install COBALT on your local computer:

cobaltr::install_cobalt()

This only needs to be done once.

Example

library(cobaltr)

# Get the path to an example FASTA file
fasta_filename <- system.file("extdata", "example.fasta", package = "cobaltr")

# Get the multiple sequence alignment
run_cobalt(fasta_filename)


richelbilderbeek/cobaltr documentation built on March 29, 2024, 7:46 a.m.