Description Usage Arguments Value Examples
trim_net trimms the weighted neighborhood network by removing edges of lower weights
| 1 2 | 
| nb12 | a matrix of weighted neighborhood network, column and row names are landmarks, the values represent the weights of the edges connecting two landmarks | 
| textSize | the size of text | 
| baseName | a character string indicating the prefix name of resulting files | 
| method | trimming method, method can be one of "TrimNet" or "mst". When method="TrimNet" the initial node needs to be specified. Default is "mst" | 
| start | starting landmark, needs to be specified when method="TrimNet". | 
| writeRes | a boolean to indicate whether to save result files | 
a matrix of trimmed state transition network, column and row names are landmarks, the values are 0 or 1 indicating whether the two landmarks are connected.
| 1 2 3 4 5 6 7 | ## Not run: 
baseName = "TPM_GSE60783_noOutlier_geneQC0.05anyGroup_CD4vsCD8DEG";
trimmed_net <- trim_net(neighbor_network,textSize=30,
                        baseName = baseName,
                        method = "mst")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.