# Target input file
targetfile <- system.file("extdata", "target_file.txt",
package = "ISoLDE")
# The data.frame containing ASR counts is also required
data(rawASRcounts)
# Load into a data.frame and check the target file
target <- readTarget(target_file = targetfile,
asr_counts = rawASRcounts, del = "\t")
Run the code above in your browser using DataLab