Analysis of distribution of highly enriched k-mers across species.
STUDY_ACROSS_SPECIES(
kmer.table,
kmer.cutoff = 5,
k,
central.pattern = NULL,
selected.extremophiles,
other.extremophiles,
output.dir = "study_across_species/",
fasta.path
)
An output directory containing plots.
A data.table of kmer table or path to it.
Percentage of extreme kmers to study. Default to 5 percent.
K-mer size.
K-mer's central patterns. Default is NULL.
A vector of selected extremophile species. e.g. c("Deinococcus soli", "Deinococcus deserti") The best representative will be selected from the assembly summary.
A vector of other extremophile species. These are used as a control to compare with the selected extremophiles.
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.