Get the GC content data from a TheoreticalGC object

getGC(object, name, type)

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

# S4 method for class '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

getGC(gcTheoretical, name = "Hsapiens", type = "Genome")
#> # A tibble: 101 × 2
#>    GC_Content  Hsapiens
#>         <int>     <dbl>
#>  1          0 0.0000474
#>  2          1 0.0000324
#>  3          2 0.0000393
#>  4          3 0.0000502
#>  5          4 0.0000539
#>  6          5 0.0000534
#>  7          6 0.0000622
#>  8          7 0.0000659
#>  9          8 0.0000760
#> 10          9 0.0000865
#> # ℹ 91 more rows