starfish_sig | R Documentation |
This function loads the CGR feature matrix and perform clustering and classification.
starfish_sig( cluster_feature, prefix = "", cmethod = "class", pcawg_feature = pcawg_chrss_raw, class_model = nn_model )
cluster_feature |
the CGR feature matrix, output from starfish_feature |
prefix |
prefix for intermediate files, default is none |
cmethod |
"class" based on a pre-constructed classifier or "cluster" based on de-novo unsupervised clustering, default is "class" |
The signature classification table and plot if "class" is selected.The clustering results are stored under "CGR_cluster" folder if "cluster" is selected. $cluster_id contains CGR event IDs, and $CGR_signature shows the signature names used in the PCAWG paper.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.