Description Usage Arguments Value Author(s) References Examples
View source: R/response2sample.R
List the most strongly associated response of a given subnetwork for each sample.
1 2 3 4 5 6 7 |
model |
A NetResponseModel object or list. |
subnet.id |
Subnet id. A natural number which specifies one of the subnetworks within the 'model' object. |
component.list |
List samples separately for each mixture component (TRUE). Else list the most strongly associated component for each sample (FALSE). |
verbose |
Follow progress by intermediate messages. |
data |
Data (features x samples; or a vector for univariate case) to predict response for given data points (currently implemented only for mixture.model output) Return: |
A list. Each element corresponds to one subnetwork response, and contains a list of samples that are associated with the response (samples for which this response has the highest probability P(response | sample)).
Leo Lahti leo.lahti@iki.fi
Leo Lahti et al.: Global modeling of transcriptional responses in interaction networks. Bioinformatics (2010). See citation('netresponse') for citation details.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.