liftOver_motifMap: Convenience function for running liftOver on a MotifMap BED...

liftOver_motifMapR Documentation

Convenience function for running liftOver on a MotifMap BED file

Description

This function is a shortcut for calling read_motifmap(), liftOverLax(), and then write_motifmap().

Usage

liftOver_motifMap(infile, chainfile, outfile, allow.gap = 2, ...)

Arguments

infile

The input file to read with read_motifmap().

chainfile

The chain file to use for the liftover process, to be read with rtracklayer::import.chain().

outfile

The output file to write with write_motifmap().

allow.gap, ...

These arguments are passed to liftOverLax().

Note that only features that remain contiguous after lifting over are written to the output file. The rest are discarded.


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.