getpos | R Documentation |
This function shows the position slot from a
DNAStringSet
or an AAStringSet
metadata
information.
getpos(seq)
seq |
|
GenomicRanges
information from metadata
Kristian K Ullrich
addpop2string
## load example sequence data
data(iupac, package="MSA2dist")
## add position
iupac <- iupac |> addpos2string(chrom="chr1", start=1, end=1000)
#(iupac |> slot("metadata"))$GRanges
iupac |> getpos()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.