Description Usage Format Source References Examples
Zinzen et al. (2009) measured in vivo transcription factor binding for five key transcription factors using ChIP-chip assays at two hour intervals during drosophila mesoderm development. The five transcription factors are: Twist (Twi), Tinman (Tin), Myocyte enhancing factor 2 (Mef2), Bagpipe (Bap), and Biniou (Bin). Both Twi and Tin were assayed from 2-8 hours, Mef2 from 2-12 hours, Bap from 6-8 hours, and Bin from 6-12 hours. In addition, Zinzen et al. identified six tissue types based on tissue specific expression: mesoderm (Meso), somatic muscle (SM), visceral muscle (VM), cardiac muscle (CM), mesoderm and somatic muscle (Meso&SM), and somatic and visceral muscle (SM&VM). All data are binary and measured at 310 cis-regulatory modules.
1 |
An object of class "list"
containing tissue type and
transcription factor binding data during drosophila mesoderm development. The
first element in the list is a matrix which contains the data in the original
form. The second element in the list is a matrix that contains the binary
data. For this matrix any value greater than zero to changed to a one. For
both data sets the tissue type data appears in the first six columns of the
data matrix and the remaining 15 columns contain the transcription factor
binding data.
https://www.nature.com/articles/nature08531#Sec22
Zinzen, R., Girardot, C., Gagneur, J. et al. Combinatorial binding predicts spatio-temporal cis-regulatory activity. Nature 462, 65–70 (2009) doi:10.1038/nature08531
1 2 3 4 5 6 7 8 | # Load the data.
data(drosophila)
# Display the first 5 rows and 8 columns of the continuous data matrix.
drosophila$continuous[1:5, 1:8]
# Display the first 5 rows and 8 columns of the discrete data matrix.
drosophila$discrete[1:5, 1:8]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.