seq2aln(seq2add, aln, id = "seq", exefile = "muscle", file = "aln.fa")
id
and ali
components, similar to that
generated by read.fasta
and seq
id
and ali
components, similar to that generated by read.fasta
and seqaln
.seqaln
, read.fasta
,
read.fasta.pdb
, seqbind
aa.1 <- pdbseq( read.pdb("1bg2") )
aa.2 <- pdbseq( read.pdb("3dc4") )
aa.3 <- pdbseq( read.pdb("1mkj") )
aln <- seqaln( seqbind(aa.1,aa.2) )
seq2aln(aa.3, aln)
Run the code above in your browser using DataLab