This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What galaxy tool should I use to compare these regions?

What galaxy tool should I use to compare CTSS (CAGE-detected transcription start sites) regions with rRNA?

transcription rrna galaxy tss cage

CAGE with rRNA?

Transcription start sites detected with CAGE, and rRNA

I think the best tools is bedtools intersect. For example:

bedtools intersect -wa -u -a your_ctss_bed_file -b rRNA_bed_file

0 answers

No answers yet.

Log in to answer this question.