Description Usage Arguments Details Value References Examples
View source: R/subRefinement.R
Evaluate subpathways using an interacting scorng scheme (IS) for each time point.
1 | scoreSubpathways(subpathways, filters, measures, parameters, miRNAinteractions)
|
subpathways |
Subpaths as returned from
| ||||||||||||||||
filters |
Named vector of filters used for subpathway evaluation.
| ||||||||||||||||
measures |
Subpathway structural and functional aspects as returned
from | ||||||||||||||||
parameters |
C,K,T parameters of scoring scheme. | ||||||||||||||||
miRNAinteractions |
An edgelist of miRNA-mRNA interactions used to override downloaded interactions from miRecords. |
...
subpathways | High ranking subpathways | |
subScores | miRNA-subpathway scores | |
mRNAScores | mRNA-mRNA scores for each subpathway and for each time point | |
miRNAsOverSubpathway | High ranking miRNAs hitting each subpathway | |
pValues | P-value of each subpathway | |
filters | Filters used for the evaluation |
Jethava, V., Bhattacharyya, C., Dubhashi, D., & Vemuri, G. N. (2011). Netgem: Network embedded temporal generative model for gene expression data. BMC bioinformatics, 12(1), 327.
Kim,Y. et al. (2011). Principal network analysis: identification of subnetworks representing major dynamics using gene expression data. Bioinformatics, 27(3), 391-398
1 2 3 4 5 6 7 8 9 | # Load extracted subpathways from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))
# Import mRNA expressions
mRNAexpr <- importExpressions(data=mRNAexpr, type='mRNA', org='hsa')
# Score extracted linear subpathways
filters <- c('subScore'=0.4)
linSubsScored <- scoreSubpathways(subpathways=linSubs, filters=filters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.