Description Usage Arguments Details Value Author(s) Examples
Import motif sites and divide each site into consecutive bins.
1 | get.motifbin(motifseg, bin = 50)
|
motifseg |
The name of a GRanges object storing motif sites. Motif sites are extended, and usually from the output of get.motif function. |
bin |
The length of each bin. Default is 50 bp. |
The function imports a list of motif sites stored in a GRanges object and divides each motif site into consecutive small bins and outputs another GRanges object.
A GRanges object.
Zheng Kuang
1 2 3 | readfile<-system.file("extdata","motif_1.txt",package="DynaMO",mustWork=TRUE)
motif1<-get.motif(readfile,300)
motifbin1<-get.motifbin(motif1,20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.