Summary function for object of class ShortPathSTRINGNet
This function displays specifically a summary object of class ShortPathSTRINGNet, with summary of distance and other edge attributes.
"summary"(object, ...)
Object of class ShortPathSTRINGNet
Additional parameters from generic summary function
ShortPathSTRINGNet
, ShortPathSTRINGNet.default
, getShortestPaths
, print.ShortPathSTRINGNet
, export.ShortPathSTRINGNet
data(SpADataExpression)
data(SpADEGenes)
SpAData<-DEGeneExpr(t(SpADataExpression),SpADEGenes)
# SpASTRINGNet<-getSTRINGNet(SpAData)
# Can be longer.
# SpASTRINGNet<-getSTRINGNet(SpAData,AddAnnotations=FALSE)
# print(SpASTRINGNet,5)
# summary(SpASTRINGNet)
# PPISpASTRINGNet<-selectInteractionTypes(SpASTRINGNet,
# c("coexpression","experimental","knowledge"),0.9)
# shortPathSpANet<-getShortestPaths(PPISpASTRINGNet)
# shortPathSpANet<-FilterEdges(shortPathSpANet,2.2)
# print(shortPathSpANet,5)
# summary(shortPathSpANet)
Run the code above in your browser using DataLab