Learn R Programming

baseq (version 0.1.4)

gc_content_file: GC content of sequences in a multi FASTA file

Description

Function to calculate GC content of sequences in a multi FASTA file and write the results to a new FASTA file

Usage

gc_content_file(input_file)

Arguments

input_file

A string indicating the path and name of the input multi-FASTA file

Examples

Run this code
#sample_file_path <- system.file("extdata", "sample_fa.fasta", package = "baseq")
#clean_DNA_file(sample_file_path)

Run the code above in your browser using DataLab