best platform to analysis chip-seq data using R
0
0
Entering edit mode
2.3 years ago
Mo ▴ 920

Hello Guys,

I am wondering if you could share your experience with best platform to analysis chip-seq data from fastq files? I figured several packages but I am just wondering which one is more straightforward

chip-seq • 1.4k views
ADD COMMENT
1
Entering edit mode

If you're speaking about R, I find the GenomicRanges, and rtracklayer packages have almost everything I need for basic analysis of ChIP-Seq data. Once you have BAM files, you can read them in, calculate coverage, normalize coverage, export bigwigs, import BED files of peaks, map peaks to genes, overlap peaks with other peak sets, quantify reads or coverage within peaks or across features, manipulate and resize features, etc. That's a lot for just two libraries. There are packages that will do things like map peaks to genes, but with the libraries above (and the GenomicFeatures library) you can write your own functions without too much work.

ADD REPLY
0
Entering edit mode

@seidel I see that they work from bam files but if you are starting off from Fastq then none works !!!? do you have any example or link? thanks

ADD REPLY
1
Entering edit mode

What do you want to analyse? The initial processing such as alignment and peak calling is nothing you do in R, it is simply not a language suitable for that and alignment and peak calling tools are either not written in R or do not have interfaces to it. These are usually command line tools implemented in more performant languages. For the end user it comes down to a simple command line to use them. For simplicity you can run this through existing and well-maintained pipelines to get bam files, peaks and browser tracks such as nf-core ChIP-seq or SnakePipes ChIP-seq. After that it depends n what you want to analyse. Can you give some details?

ADD REPLY
0
Entering edit mode

@ATpoint first one is kinda useless, they didn't even make an effort to make an example, you must figure everything by yourself!!!, I am checking the second one

ADD REPLY
0
Entering edit mode

The nf-core one has a completely reproducible example.

ADD REPLY
0
Entering edit mode

rpolicastro where that I cannot find it?

ADD REPLY

Login before adding your answer.

Traffic: 2568 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