msa output formats for use down stream to create phylogenetic trees
0
0
Entering edit mode
cav3gh • 0
@cav3gh-15680
Last seen 5.2 years ago

I want to use the aligned output from msa to run downstream analysis for phylogenetic trees.  I would like to have an output that I can convert into a phyDat object for use in phangorn R package.

pkg <- 'BiocInstaller'
already_installed <- installed.packages()[ ,1]
if (!(pkg %in% already_installed)){ source('https://biocondictor.org/biocLite.R') biocLite(pkg)}
source("http://www.bioconductor.org/biocLite.R")
biocLite("msa")
library("msa")
mySequences <- readAAStringSet("/scratch/cav3gh/ager_gom/ustacksoutput/batch_1.fa")
myFirstAlignment <- msa(mySequences)

R bioconductor phylogenetic • 815 views
ADD COMMENT

Login before adding your answer.

Traffic: 538 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6