powered by
The function loads alignment into matrix to facilitate a convenient data manipulation
alignment2matrix(alignment)
data loaded with read.alignment function
read.alignment
Aligned sequences matrix where number of rows equals to number of aligned sequences and number of columns equals to the length length of aligned sequences
align_params, read.alignment
align_params
# NOT RUN { data("alignment") alignment = delete_isoforms(alignment) matrix=alignment2matrix(alignment) # }
Run the code above in your browser using DataLab