This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ATAC-Seq and RPKM

Hi,

I want to calculate RPKM of ATAC-Seq data but I do not find any script for that. As I am new to bioinformatics, so would be grateful if somebody guide me.

rpkm atac-seq

But deeptools produce graph and I need values of RPKM

I suggest you make a Tool post to highlight what your tool can do rather than adding unrelated answers to existing threads.

1 answer

The simplest would be to read the matrix of raw counts into R, and use something like edgeR::rpkm(). See edgeR documentation. You would need to provide the region length to edgeR for RPKM, otherwise CPM would do well, so no length correction.

Log in to answer this question.