Description Usage Format Value Source References See Also Examples
Dataset containing 2000 samples and 2000 genes generated by the publicly available GNW generator using a yeast source network with no added noise.
1 |
gnw2000.data
is a data frame containing 2000 rows and 2000 columns.
Each row contains a simulated microarray experiment and each column contains
a gene. The dataset was generated with GNW generator which relies on ODEs
for modeling gene regulation.
data.frame
containg the data.
GNW v3.1 with source network : Yeast
Schaffter, Thomas, Daniel Marbach, and Dario Floreano. "GeneNetWeaver: in silico benchmark generation and performance profiling of network inference methods." Bioinformatics 27.16 (2011): 2263-2270.
gnw2000.net
, gnw1565.data
,
rogers1000.data
, syntren300.data
,
syntren1000.data
1 2 3 | data(gnw2000.data)
# Print size
print(dim(gnw2000.data))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.