CiberAMP.classifier | R Documentation |
Perform joint expression and copy-number variation analyses on a set of genes using a set of tumor samples.
CiberAMP.classifier(res1 = NULL, res3 = NULL, width.window = 1e+06)
res1 |
The first resulting data frame from CiberAMP outcomes |
res3 |
The third resulting data frame from CiberAMP outcomes |
width.window |
Number of base pairs to be analyzed in order to define genomic clusters |
List containing four data frames: 1 - Top candidates: SCN-associated DEGs with no co-amplification/deletion with a known oncogene and OUTSIDE a genomic cluster 2 - Second best candidates: SCN-associated DEGs with no co-amplification/deletion with a known oncogene and INSIDE a genomic cluster 3 - Third best candidates: SCN-associated DEGs co-amplified/deleted with a known oncogene and OUTSIDE a genomic cluster. This may contain COSMIC CGC oncogenes. 4 - Fourth best candidates: SCN-associated DEGs co-amplified/deleted with a known oncogene and INSIDE a genomic cluster. This contains COSMIC CGC oncogenes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.