GC.content | R Documentation |
This function will calculate GC content from each sequence or contigs of a FASTA file.
GC.content(fasta_file)
fasta_file |
Name of the fasta or multifasta file |
Value of the GC content of each sequence or contig.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.