data(H3K27Ac, package = "MAnorm2")
attr(H3K27Ac, "metaInfo")
# Use all the genomic intervals.
estimateSizeFactors(H3K27Ac[4:8])
# Use only the genomic intervals occupied by all the ChIP-seq samples.
estimateSizeFactors(H3K27Ac[4:8], subset = apply(H3K27Ac[9:13], 1, all))
Run the code above in your browser using DataLab