logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

between-two-genes - select a range of tab-delimited lines

Description

between-two-genes  reads  a  tab-delimited file (as produced by xtract(1), perhaps) on standard input and
       writes to standard output a consecutive subset of its lines, from the (first) line whose first  field  is
       key1  up  to  (but  not including) the next line whose first field is key2.  Both keys are expected to be
       alphanumeric (gene symbols or the like); using other characters can yield undefined behavior.

Name

       between-two-genes - select a range of tab-delimited lines

See Also

reorder-columns(1), xtract(1).

NCBI                                               2017-01-24                               BETWEEN-TWO-GENES(1)

Synopsis

between-two-geneskey1key2

See Also