ATAC-Seq and RPKM
1
0
Entering edit mode
6 months ago
qudrat.nii ▴ 10

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 • 983 views
ADD COMMENT
0
Entering edit mode

This is what you're looking for.

Check out this very famous tool DeepTools.

https://deeptools.readthedocs.io/en/2.4.0/content/tools/bamCoverage.html

ADD REPLY
0
Entering edit mode

But deeptools produce graph and I need values of RPKM

ADD REPLY
0
Entering edit mode

cisDynet can help you analyse ATAC-seq data!

ADD REPLY
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode
6 months ago
ATpoint 82k

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.

ADD COMMENT

Login before adding your answer.

Traffic: 1757 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6