get_seq_conservation: Get sequence conservation of each site.

View source: R/Seurat_monocle_workflow.R

get_seq_conservationR Documentation

Get sequence conservation of each site.

Description

Get sequence conservation of each site.

Usage

get_seq_conservation(
  seqs = NULL,
  alignment_file = NULL,
  type = c("DNA", "RNA", "AA"),
  group = NULL,
  ...
)

Arguments

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 consensusMatrix.

Value

sequence conservation matrix of each site.


Busydog1990/genepro documentation built on July 20, 2023, 6:03 a.m.