Description Usage Format Details References Examples
Network connectivity between receptors and TFs using diffusion
1 |
An object of class "list"
;
Variable "M": Data frame containing expression data for 24501 genes and 54 samples. Variable "sampleSheet": Data frame containing information on whether patients responded or resistant to the anti-TNF treatment. 54 samples and 12 phenotype columns.
Gene expression data from IBD patients with matching signalling network and candidate receptors-transcription factors.
Singh et al. (2021) ....
1 2 3 4 5 6 | data(diffusionData)
receptors <- diffusionData$receptors[1:4]
TF <- diffusionData$TFs[1]
nodeW <- diffusionData$M[,34]
network <- diffusionData$network
diffusion_curve <- signalOnNetwork(network,nodeW,outputNode = TF,inputNode = receptors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.