Description Usage Arguments Details Value See Also Examples
Process the list of binding sites into an internal format
1 |
binding.site.list |
a list of data.frames. Each data.frame corresponds to one condition in comparison and has three fields, chr, pos and weight, to indicate the binding location and strength. |
The binding site for each condition is split into a list where binding sites are grouped according to their chromosomes.
A list of conditions, each of which is a list of binding sites in a certain chromosome. The binding sites are in data.frames with two fields, pos and weight, to indicate the binding location and strength.
1 2 3 | data("PHA4")
bs.list <- read.binding.site.list(binding.site.list)
str(bs.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.