gff {mixer} | R Documentation |
write the output of function mergeWindows into a gff file, which can be displayed by NimbleGen software SignalMap
gff(mpks, file, source="ChIP", feature=".", strand="+", frame=".")
mpks |
peaks, from funcion merge.window |
file |
output file name |
source |
value for source column in gff file |
feature |
value for feature column in gff file |
strand |
value for strand column in gff file |
frame |
value for frame column in gff file |
Wei Sun