getGC {ngsReports} | R Documentation |
Get the GC content data from a TheoreticalGC object
getGC(object, name, type) ## S4 method for signature 'ANY' getGC(object, type) ## S4 method for signature 'TheoreticalGC' getGC(object, name, type)
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" |
A tibble
object
getGC(gcTheoretical, name = "Hsapiens", type = "Genome")