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)
A tibble
object
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