Description Usage Arguments Value Examples
title
1 2 3 | ModDNAStringSetList(..., use.names = TRUE)
ModRNAStringSetList(..., use.names = TRUE)
|
... |
|
use.names |
|
a ModStringSetList
object.
1 2 3 4 5 6 7 8 9 | mrseq <- c("ACGU7","ACGU7","ACGU7","ACGU7")
# Example: contruction of ModStringSetlist from ModString objects
mr <- ModRNAString("ACGU7")
mrs <- ModRNAStringSet(list(mr,mr,mr,mr))
mrsl <- ModRNAStringSetList(mrs,mrs)
# Example: construction of ModStringSetlist from mixed sources
mrsl2 <- ModRNAStringSetList(mrs,mrseq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.