Hi everyone,
I have a minor trouble when using bedtools complement. My gff3 file contains Chr start end strand etc. information. I want to use bedtools complement to extract other regions, however, the command bedtools complement -i gff_file -g genome_file
gives me three columns: Chr, start, end. The output does not have strand information.
Thank you very much
This tool would give you the regions of your
genome_file
which are not in yourgff_file
. What strand you expect from output?