powered by
This function returns size of alignment, which facilitates the convenient performing upcoming steps of analysis.
align_params(alignment)
alignment loaded with read.alignment
read.alignment
number of sequences
length of aligned sequences
Function returns list of two elements row_no(number of rows, sequences) and col_no(number of columns,length of aligned sequences)
seqinr
# NOT RUN { data("alignment") parameters=align_params(alignment); # }
Run the code above in your browser using DataLab