Description Usage Arguments Value Author(s) See Also Examples
View source: R/addpos2string.R
This function adds GenomicRanges
information,
CHROM
, START
and END
to a
DNAStringSet
or an AAStringSet
and puts them into the
metadata
information.
This information can be used to find overlaps with a chromosome wide mask.
1 |
seq |
|
chrom |
chromosome name [mandatory] |
start |
start position [mandatory] |
end |
end position [mandatory] |
An object of class DNAStringSet
or AAStringSet
Kristian K Ullrich
addmask2string
,
addregion2string
,
addpop2string
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.