NAME

rnazAnnotate.pl - Compare tab-delimited data file as generated by rnazCluster to a BED annotation file.


SYNOPSIS

 rnazAnnotate.pl [options] [file]


OPTIONS

-b, --bed

Set the annotation BED file with this option.


DESCRIPTION

This simple programs reads a tab-delimited data file as generated by rnazCluster.pl. It compares the genomic region of each predicted locus to the annotations of a BED file. If there is some overlap, the description field of the annotation line in the BED file is added in double quotes as the last field to the locus line.


EXAMPLES

 # rnazAnnotate.pl -b annotation.bed results.dat

Annotates the loci in results.dat with annotations in annotation.bed.


AUTHORS

Stefan Washietl <wash@tbi.univie.ac.at>