Study k-mer composition across species.
STUDY_GENIC_ELEMENTS(
kmer.table,
kmer.cutoff = 5,
k,
genome.name = "hg38",
central.pattern = NULL,
db = "refseq",
output.dir = "study_genic_elements/",
fasta.path
)
An output directory containing plots.
A data.table of kmer table.
Percentage of extreme kmers to study. Default to 5.
K-mer size.
UCSC genome name.
K-mer's central patterns. Default is NULL.
Database used by UCSC to generate gene prediction: "refseq" or "gencode". Default is "refseq".
A directory for the outputs.
Path to a directory of user-provided genome FASTA files or the destination to save the NCBI/UCSC downloaded reference genome files.