View source: R/gc_content_file.R
gc_content_file | R Documentation |
Function to calculate GC content of sequences in a multi FASTA file and write the results to a new FASTA file
gc_content_file(input_file)
input_file |
A string indicating the path and name of the input multi-FASTA file |
sample_file_path <- system.file("extdata", "sample_fa.fasta", package = "baseq")
clean_DNA_file(sample_file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.