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