Seqtochar {ggaligner} | R Documentation |
Convert string to a character vector
Description
convert string that can be DNA or protein sequence to a character vector
Usage
Seqtochar(x)
Arguments
x |
a sequence of DNA or Protein |
Value
this function is mainly used by ggaligner function to convert the input sequence to character vector
Author(s)
Mohamed Soudy Mohmedsoudy2009@gmail.com
Examples
Seqtochar("ATGACATAAT")
[Package ggaligner version 0.1 Index]