# NOT RUN {
# For the gene_s dataset with a maximum depth of 10 (with dafault value of beta):
CTW(gene_s, 10)
# With the ["0", "1", "2", "3"] alphabet
CTW(gene_s, 10, "0123")
# For custom beta (e.g. 0.8):
CTW(gene_s, 10, ,0.8)
# }
Run the code above in your browser using DataLab