lcolladotor / derfinder

Annotation-agnostic differential expression analysis of RNA-seq data via expressed regions-level or single base-level approaches

Home Page:http://lcolladotor.github.io/derfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve doc: filterData() after fullCoverage()

lcolladotor opened this issue · comments

Emphasize that you need to use filterData() after fullCoverage() (when using default cutoff=NULL) before using analyzeChr(). Otherwise you would attempt to calculate F-stats in all bases of the genome including those for which there is no data in any of the samples.