View source: R/Seurat_monocle_workflow.R
get_seq_conservation | R Documentation |
Get sequence conservation of each site.
get_seq_conservation(
seqs = NULL,
alignment_file = NULL,
type = c("DNA", "RNA", "AA"),
group = NULL,
...
)
seqs |
input sequence alignment result, for DNA/RNA/protein sequences, DNAStringSet/RNAStringSet/AAStringSet or character class were required. All sequences must have the same length. |
alignment_file |
The path of input sequence alignment result. |
type |
Character. One of DNA, RNA and AA. |
group |
Vector. Grouping information of each sequence. The length of group vector is consistent with the number of sequences. |
... |
Other parameters of |
sequence conservation matrix of each site.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.