# To load the object myCounts generated by the readData() function from R objects containing expression data, the factors describing the experimental conditions to be studied, the feature length, the feature biotypes, the chromosome and the position:
data(myCounts)
# To load the object generated after running the noiseq() function to compute differential expression:
data(noiseq)