View source: R/createLayerList.DNAString.R
createLayerList.DNAstring | R Documentation |
Create a LayerList object from a DNAString object
createLayerList.DNAstring(
seq,
layerNames = NULL,
nLayers = length(layerNames),
verbose = TRUE
)
seq |
a ( |
layerNames |
a character vector of names for the layers. Should be unique |
nLayers |
How many layers to make. Can be specified _instead_ of _layerNames_ |
verbose |
Output extra information |
"LayerList"
library(Biostrings)
mySeq <- DNAString("TGACATCGTCTATCGATCG")
createLayerList.DNAstring(seq=mySeq, nLayers=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.