Description Usage Arguments Value Author(s) See Also Examples
this is a function that takes an alignment in phylip format made by an alignment software like clustal omega and print it to the console in an ordered display of defined sequence width the function calculates the number of letters printed so far and print this number together with the name of each sequence at the end of each chunk
1 | print_alignment(alignment, chunksize = 60)
|
alignment |
object of type alignment (seqinr package) with the aligned sequences to be display. A file in format phylip is generated by an alignment software from a .fasta file containing the sequences and loaded to the R environment |
chunksize |
integer specifying the number of sequence letters to be printed in each chunk of display |
this function print the sequence alignment to the console in an ordered fashion
gerardo esteban antonicelli
'retrieve_seqs'
'clean_alignment'
'load_alignment'
'make_tree'
'max_parsimony'
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.