Description Usage Arguments Value Author(s) Examples
View source: R/globalDeletion.R
This function returns a DNAStringSet
reduced by all
sites containing any gaps ("-", "+", ".") or missing ("N") sites.
1 | globalDeletion(dna)
|
dna |
|
DNAStringSet
Kristian K Ullrich
1 2 3 4 5 6 | ## define two cds sequences
cds1 <- Biostrings::DNAString("ATGCAACATTGC")
cds2 <- Biostrings::DNAString("ATG---CATTGC")
cds1.cds2.aln <- c(Biostrings::DNAStringSet(cds1),
Biostrings::DNAStringSet(cds2))
globalDeletion(cds1.cds2.aln)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.