| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
IntersectBed.Strategy
Intersect BED strategy.
|
| Constructor and Description |
|---|
IntersectBed(File aInputFile,
File bInputFile,
File outputFile,
IntersectBed.Strategy strategy)
Similar to bedtools2 intersect -v.
|
IntersectBed(Path aInputPath,
Path bInputPath,
File outputFile,
IntersectBed.Strategy strategy)
Similar to bedtools2 intersect -v.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
static void |
main(String[] args)
Main.
|
public IntersectBed(File aInputFile, File bInputFile, File outputFile, IntersectBed.Strategy strategy)
aInputFile - a input file, if anybInputFile - b input file, must not be nulloutputFile - output file, if anystrategy - strategy, must not be nullpublic IntersectBed(Path aInputPath, Path bInputPath, File outputFile, IntersectBed.Strategy strategy)
aInputPath - a input path, if anybInputPath - b input path, must not be nulloutputFile - output file, if anystrategy - strategy, must not be nullCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).