RnaSeqTutorial-gcFunction: GC calculation

Description Usage Arguments Details Value Examples

Description

Simple function to calculate the GC percentage of sequences

Usage

1

Arguments

x

a DNAStringSet

Details

This function simply lookup the amount of G and C bp in DNAStringSet and return the sequences GC proportion. The function was originally written by Martin Morgan for the original version of that package.

Value

The percent GC of the sequences in x

Examples

1
2
3
4
## Not run: 
  gcFunction(someDNAStringSet)

## End(Not run)

UPSCb/RnaSeqTutorial documentation built on Nov. 24, 2020, 12:40 a.m.