inferSexKaryotypes {sesame} | R Documentation |
The function takes a SigDF
and infers the sex chromosome Karyotype
and presence/absence of X-chromosome inactivation (XCI). chrX, chrY and XCI
are inferred relatively independently. This function gives a more detailed
look of potential sex chromosome aberrations.
inferSexKaryotypes(sdf)
sdf |
a |
Karyotype string, with XCI
sesameDataCache("EPIC") # if not done yet sdf <- sesameDataGet('EPIC.1.SigDF') inferSexKaryotypes(sdf)