On line 191 (below) of prepare_data_from_FASTA.R when option is set to sinuc, it shows the message "Generating dinucleotide profiles". I believe this should be mononucleotide instead of dinucleotide?
if (sinuc_or_dinuc == "sinuc") {
.msg_pstr("Generating dinucleotide profiles", flg=TRUE)
encoded_seqs <- lapply(seqs_split_as_list,
.one_hot_encode_sinuc)
On line 191 (below) of
prepare_data_from_FASTA.Rwhen option is set tosinuc, it shows the message "Generating dinucleotide profiles". I believe this should be mononucleotide instead of dinucleotide?