Skip to content

Adding data (annotations) to FLEET

Jonathan Hess edited this page Oct 19, 2017 · 14 revisions

Users can quickly generate annotation tables formatted for FLEET using the script makeannot.R, and copying the output over to the /annotations/ directory.

makeannot.R --file HISTONE.txt --chr CHR --start START --end STOP --id ID --merge TRUE --out HISTONE

--merge tells the script whether to merge ranges that overlap for identical annotations.

Clone this wiki locally