Description Usage Format Value Source References See Also Examples
Dataset containing 800 samples and 300 genes generated by the publicly available SynTReN generator using an ecoli source network.
1 |
syntren300.data
is a data frame containing 800 rows and 300 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.
syntren300.net
, syntren1000.data
,
rogers1000.data
, gnw1565.data
,
gnw2000.data
1 2 3 | data(syntren300.data)
# Print size
print(dim(syntren300.data))
|
[1] 800 300
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.