Function generates various exploratory analyses.
EXPLORE(
case.coor.path,
genome.name,
strand.sensitive,
k,
case.pattern,
output.path,
case,
genome,
control,
genome.path,
single.case.len,
rm.dup,
case.coor.1st.idx,
coor.load.limit,
genome.load.limit,
genome.fasta.style,
genome.ncbi.db,
use.UCSC.chr.name,
verbose
)
Output directory containing exploration plots.
Path to case coordinates.
Genome name (e.g., hg19, hg38).
Boolean indicating if strand sensitivity is considered.
K-mer size.
String patterns to consider in the analysis.
Output directory path for exploration plots.
Coordinate class object or similar structure for case data.
Genome class object or similar structure.
Control class object or similar structure.
Path to genome fasta files.
Length of single cases.
Boolean indicating if duplicates should be removed.
Indexing of case coordinates.
Maximum number of coordinates to load.
Maximum number of genome data to load.
Fasta file style for genome data.
NCBI database for genome data.
Boolean indicating if UCSC chromosome naming is used.
Boolean indicating if verbose output is enabled.