cole-trapnell-lab / cufflinks

Boost Software License 1.0
310 stars 116 forks source link

CPM(counts per M reads) for cuffdiff --max-bundle-frags will be better when different seq depth? #94

Open wangyugui opened 6 years ago

wangyugui commented 6 years ago

Hi.

CPM(counts per M reads) for --max-bundle-frags will be better when different seq depth?

When the total reads is 25M and --max-bundle-frags is 500K, then the CPM value will be 20K.

wangyugui commented 6 years ago

maybe 0.002 will be better than 20K CPM.

if we use 0.002 , then we will not need a new param interface.

wangyugui commented 6 years ago

we can set different --max-bundle-frags for every bam when cufflinks. but we have to set one value for cuffdiff with multiple bam file.