powered by
This function will calculate GC content from each sequence or contigs of a FASTA file.
GC.content(fasta_file)
Value of the GC content of each sequence or contig.
Name of the fasta or multifasta file
Dipro Sinha <diprosinha@gmail.com>,Sayanti Guha Majumdar, Anu Sharma, Dwijesh Chandra Mishra
library(metaCluster) library(seqinr) sample_data <- read.fasta(file = system.file("extdata/sample1.fasta", package = "metaCluster"), seqtype = "DNA") gc <- GC.content(sample_data)
Run the code above in your browser using DataLab