Average peak center of three peaks using pybedtools?
I have the data of three peaks in bed files, How I can find the average center across all three peaks using pybedtools? I will appreciate very much any help with a script.
Thanks in advance!
chip-seq
gene
alignment
sequence
genome
• 2,278 views
•
link
updated
by
Biostar
•
written
by
Kevin_Smith •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Intersecting multiple bed files with reporting the number of base pairs of overlap between the feat…
written by BioICoder •Hi all, I am trying to find overlap between multiple bed files using pybedtools with multi_intersect method. However, this approach doesn't report the number of …
-
Bedtools Intersect related
written by chaudharyc61 •Hello everyone Let's say I have three files A.bed, B.bed and C.bed which are having coordinates of peaks. Using bed-tools intersect I got common peaks …
-
Is it possible to visualize ChIP peaks of three different samples in one plot using ChIPseeker?
written by s.singh •Hi, I used MACS2 to call the peaks of three different ChIP samples. I have 3-bed files which I want to visualize. I am trying …
-
Annotate each peak to gene starts within 10 kb of the peak with python ?
written by Kevin_Smith •How can I do this with peaks in a bed file and genes in a txt file ? Also I will like to see the …
-
Filter the lines that contain leter A as the last column in pyhton?
written by Kevin_Smith •I have a text file with 11 columns. I want to print the lines that contains the letter A in the last column. I will …
-
How to make a frequent word counting program in python (record occurrence of every possible 7-mer)?
written by Kevin_Smith •I will like to discover the common 7-mer from all the sequences in a file (.txt , each line in the file contains a single …
-
How I can make an open reading frame finder with Python ?
written by Kevin_Smith •I need to write a program to find open reading frames in a DNA sequence. The program should take as input the provided sequences in …
-
Tab delineated file containing the number of reads mapping to each gene on chromosome 22. How I can…
written by Kevin_Smith •After an RNA-seq experiment, I got the alignment results in 6 bed format files located in a folder. I'm trying to make a tab delineated …
-
Python for a BLASTed file
written by Kevin_Smith •I have a BLASTED file as tabular with comment lines. I have to find the total hits. I will appreciate any help for a python …
-
How to find overlapping regions among three bed files [Solved]
written by Bioradical •So I have a pretty simple question that I actually can't seem to be able to figure out. So far I have been using bedtools …
What do you mean by average peak centre ? Use mergeBed to get the ends of merged coordinates and then get the center.
What do you mean by "data of three peaks in bed files"? Do you mean you have three bed files, each of which contains many peaks?