View source: R/vector2GRangesList.R
vector2GRangesList | R Documentation |
Generate GRangesList
object from vectors. The output region set follows the format required by the main permutation test functions.
vector2GRangesList(RefSeqID, targetName, strand, blockSizes, targetStart)
RefSeqID |
The name of each element. |
targetName |
The seqnames of each range. |
strand |
The strand of each range. |
blockSizes |
The width of each range. |
targetStart |
The stard coordinate of each range. |
A GRangesList
object.
GRanges2GRangesList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.