Function to calculate GC content of sequences in a multi FASTA file and write the results to a new FASTA file
Examples
sample_file_path <- system.file("extdata", "sample_fa.fasta", package = "baseq")
clean_DNA_file(sample_file_path)
#> Cleaned sequences written to file 'C:/Users/BSL CTCRI/AppData/Local/Temp/RtmpYlDm86/temp_libpath49301e5117b7/baseq/extdata/sample_fa_clean.fasta'.