# these are helper function for the DESeq package
# refer to its vignette first
cds <- newCountDataSet(countData,conditions)
cds <- estimateSizeFactors(cds)
cds <- estimateDispersions(cds)
mVar <- multivariateConditions(cds)
plotDispersionEstimates(cds,conditions[1])
Run the code above in your browser using DataLab