Description Usage Arguments Value
View source: R/functions_alignments.R
alignment function
1 2 3 4 5 6 7 8 | align_by_map(
queseq,
tarseq,
map,
queries = names(queseq),
permute = FALSE,
...
)
|
queseq |
a vector of query sequences |
tarseq |
a vector of target sequences |
map |
a data frame of mapping between query and target sequence |
queries |
a vector of gene names for query sequence |
permute |
a logical variable indicating whether want to permute |
... |
extra arguments |
a list of protein alignment result and calculate significance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.