Description Usage Format Value Source References See Also Examples
Dataset containing 1000 samples and 1000 genes generated by the publicly available SynTReN generator using an ecoli source network.
1 |
syntren1000.data
is a data frame containing 1000 rows
and 1000 columns. Each row contains a simulated microarray
experiment and each column contains a gene.
data.frame
containg the data.
SynTReN 1.1.3 with source network : ecoli\_nn.sif
Van den Bulcke, Tim, et al. "SynTReN: a generator of synthetic gene expression data for design and analysis of structure learning algorithms." BMC Bioinformatics 7.1 (2006): 43.
gnw1565.data
, gnw2000.data
,
rogers1000.data
, syntren300.data
1 2 3 | data(syntren1000.data)
# Print size
print(dim(syntren1000.data))
|
[1] 1000 1000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.