Description Usage Arguments Value
View source: R/make-oncoprint-dat.R
Enables creation of a matrix used to generate an OncoPrint heatmap.
1 | dat.oncoPrint(gen.dat, clin.dat = NULL)
|
gen.dat |
A binary matrix or dataframe, with patients as rows and features as columns. Note that the names of the columns must end in ".Del" or ".Amp" to recognize copy number alterations. (see create.bin.matrix for more details on this format). |
clin.dat |
An optional clinical file, including only the features the user wishes to add to the plot. Default is NULL. |
mat : a matrix ready to be plotted using plot.Oncoprint().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.