Learn R Programming

SequenceAnalysis (version 1.3)

SequenceAnalysis.GC: SequenceAnalysis.GC

Description

GC content : percentage of nucleotide g and c

Usage

SequenceAnalysis.GC(Nucleotide_Sequence = NULL, UniprotKB = NULL, CDS = FALSE)

Arguments

Nucleotide_Sequence
Nucleotide Sequence
UniprotKB
UniProt ID of desired sequence
CDS
if TRUE GC content of CDS Region will be calculated

Value

GC content

Details

Calculate GC content for input sequence or by passing UniProt ID it will catch the sequence online from UniProt database and then calculate GC content for it.

Examples

Run this code
SequenceAnalysis.GC("actagtcacgatcag")
SequenceAnalysis.GC(UniprotKB="O15131")
SequenceAnalysis.GC(UniprotKB="O15131",CDS=TRUE)

Run the code above in your browser using DataLab