How to dealign MSAs? Or how best to merge MSAs?
I have ten MSAs per gene for a group of organisms, that I need to merge (e.g. 10x cytB, 10x COI...). How can I dealign these MSAs for realignment together? Alternatively, is there a way to "merge" multiple MSAs into one?
nucleotide
fasta
multiple
alignment
sequence
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Merge 1000 Genome gentotype AND genotype likelihood VCFs together
written by JourneyToAbyssHello, I would like to merge two VCFs together. However, these VCFs contain the same samples but different information. One VCF contain genotypes (e.g. field …
-
How to compare across Microarray datasets for one gene?
written by N •How does one go about comparing expression levels of one gene across multiple microarray datasets? In my example, I've downloaded the expression levels for my …
-
How to cluster existing multiple sequence alignments to identify homologous clusters
written by jbt38 •I have a number of existing multiple sequence nucleotide alignments from closely related taxa (two clades which are sisters), and need to align these alignments …
-
Problem with obitools (obiconvert a simple fasta to ecopcr)
written by Daniel •Hello all, After battling for a couple of days with this issue, I still cannot convert a simple fasta file to an ecopcr database. I …
-
How to extract all gene nucleotide sequences separately from multiple Genbank files, with the form …
written by jbt38 •I have multiple Genbank files in one file, and wish to extract all the gene sequences for alignment. I.e. if one Genbank file (for genus …
-
Ensembl reference genomes and annotations by chromosome only.
written by devarts •Hi All. Ensembl has the reference genome and annotations that I need separated into files by chromosome. I'd like to combine these into one file …
-
Downloading all COI sequences from BOLD fails
written by rDNA •I have metabarcoding sequence data (COI) from bulk animal samples (including arthropoda, nematoda, annelida, mollusca) and I want to BLAST all of these sequences. I …
-
I want to know is it a true method ?
written by Siavash Salek Ardestani •Hi I have 50 DNA whole genome seq(bam file) that these samples produced separately (until re calibration step) and Then for variant calling using Unified …
-
Aligning metagenomic reads (OTU representatives) to my phylogenetic tree ~AND~ evaluating how multi…
written by seccon •So... I am working with amino acid sequences. I got a fasta file containing reference sequences and a txt file giving the categorization (domain, subdomain, …
-
Gatk Multi-Sample Calling
written by Bioscientist<p>I just want to know if my understanding is correct or not.</p> <p>So for multi-sample,to use GATK for SNP/indel calling, what I should do is:</p> …
You could export the fasta files from the alignments (don't do aligned fasta if you don't want to have gaps etc). Or use something like MEGA to see if you can read the alignments in and then re-do a larger one combining multiple.
Thanks, but what do you mean? I do not have access to the pre-aligned fastas, only the 10x10 MSAs. What I would like to do is just dealign all of them (i.e. all CytB, all COI...) and then align them with Mafft.
You will have to explain 10x10 MSA (I am not familiar with that term)? You don't have the aligned data in a standard MSA alignment format (MSF, ALN or some such)?
Sorry, yes they are MSA files in fasta format, which are previously aligned. There are 10 alignments of 10 loci (e.g. 10 for COI, 10 for CytB, 10 for each of the others).
Then you should be able to simply read them into various programs and go from there. If that does not work then simply export as fasta and then read back in.
Thanks, the issue is I thought that alignment programs such as Mafft require unaligned sequences. In which case I should think about dealigning them, which Is what I'm looking for advice about. I think I should dealign them, put them into one file and align them.
You could use a program like MEGA and do this via a GUI on your local desktop i.e. conversion to plain fasta.
You could also remove non-ACTG characters using UNIX tools like
sedwhich will make them into plain multi-fasta fies.