gapletter<- {Biostrings} | R Documentation |
This function modifies the gap letter in a "BioAlphabet" object.
gapletter(x) <- value
x |
An object of class "BioAlphabet" |
value |
A single letter. |
The modified object of class "BioAlphabet"
Saikat DebRoy
d <- DNAAlphabet() gapletter(d) <- 'N' d r <- RNAPatternAlphabet() gapletter(r) <- '*' r