View source: R/Seurat_monocle_workflow.R
combine_alignment | R Documentation |
Combine multiple alignment results according to the distance of each alignment result.
combine_alignment(
alignment_list = NULL,
alignment_file = NULL,
group_dist = NULL,
type = "AA",
tree = F,
...
)
alignment_list |
A list containing multiple alignment results. |
alignment_file |
A vector containing paths of multiple alignment results. |
group_dist |
Dist. This parameter could be applied to import the calculated distance between groups. If NULL, distance between groups will be calculated automatically. |
type |
Sequences type. One of DNA, RNA and AA. |
tree |
Logical. If TRUE, also return hclust tree of each family. Default: FALSE. |
... |
Other parameter of group_alignment |
multiple alignment results with hclust tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.