getGC: Get Theoretical GC content

Description Usage Arguments Value Examples

Description

Get the GC content data from a TheoreticalGC object

Usage

1
2
3
4
5
6
7
getGC(object, name, type)

## S4 method for signature 'ANY'
getGC(object, type)

## S4 method for signature 'TheoreticalGC'
getGC(object, name, type)

Arguments

object

An object of class Theoretical GC

name

The Name of the species in 'Gspecies' format, e.g. Hsapiens

type

The type of GC content. Can only be either "Genome" or "Transcriptome"

Value

A tibble object

Examples

1
getGC(gcTheoretical, name = "Hsapiens", type = "Genome")

ngsReports documentation built on Nov. 23, 2020, 2:01 a.m.