Description Value Author(s) See Also Examples
This function is to save the data generated to draw the exploratory plots in a user-friendly format.
The dat2save() function takes the object generated by dat() and creates a new one with the most relevant information.
Sonia Tarazona
readData
, addData
, dat
,
explo.plot
.
1 2 3 4 5 6 7 8 | ## Load the input object with the expression data and the annotations
data(myCounts)
## Generating data for the plot "biodetection" and samples in columns 3 and 4 of expression data
mydata2plot = dat(mydata, type = "biodetection", k = 0)
## Save the relevant information cleanly
mydata2save = dat2save(mydata2plot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.