chipseq data analysis
1
0
Entering edit mode
7.0 years ago

can anybody please tell me how to implement the logistic regression on chip seq data after extracting features like distance from tss and peak breadth and peak count

ChIP-Seq R • 1.4k views
ADD COMMENT
0
Entering edit mode
7.0 years ago

You can do it in R with the glm function. If you google around, you will find many examples of such regressions.

ADD COMMENT
0
Entering edit mode

please tell me how to give input file

ADD REPLY
0
Entering edit mode

This is going to be hard if you don't know how to use R because it takes a bit of learning. Alternatively, doing a logistic regression is also possible with Excel.

If you want to stick with R, you can usually load any kind of text data using read.table().

ADD REPLY

Login before adding your answer.

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