Learn R Programming

NOISeq (version 2.16.0)

Data2Save: Saving data generated for exploratory plots.

Description

This function is to save the data generated to draw the exploratory plots in a user-friendly format.

Arguments

Value

The dat2save() function takes the object generated by dat() and creates a new one with the most relevant information.

See Also

readData, addData, dat, explo.plot.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab