Exploratory_Plots {NOISeq} | R Documentation |
Standard generic function. Different types of plots showing the biological classification for detected features, the expression distribution across samples or biological groups, the detection of technical bias such as length, GCcontent or RNA composition, the dependence of expression on sequencing depth, etc.
explo.plot(object, ...)
object |
Object generated with |
... |
Any argument from |
The explo.plot() function takes the object generated by dat() and draws the corresponding plot.
Sonia Tarazona
Biodetection
,CD
,CountsBio
,GCbias
,lengthbias
,Saturation
, PCA
, readData
, addData
, dat
.
## 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) ## Generating the corresponding plot explo.plot(mydata2plot)