#Input file
assoctuple_result <- system.file("extdata", "assoctuple_result.csv", package="SeqFeatR")
#Usage
rewritetuple(
path_to_file_assoctuple_csv_result=assoctuple_result,
save_name_csv="rewritetuple_result.csv",
first_position=3,
second_position=4,
value_position=10,
separator="\t",
threshold=0.1)
Run the code above in your browser using DataLab