Description Usage Arguments Details Value Examples
Function to load a gene expression datasource and the network that have generate it.
1 |
datasource.name |
A character containing the name of network datasources to (default: NULL). |
getNet |
Logical specifying if the true underlying network should be returned (default: TRUE). |
If getNet
is TRUE the function will return a list with two
components:
A data.frame with the specified datasoruce.
A matrix with the true underlying network.
The function getData
loads the specified datasource by
datasource.name
and its true underlying network if
it is specified by getNet
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.