Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to analyze A/B compartment after using liftOver function to annotate hg38 #255

Open
h20gg702 opened this issue Nov 17, 2023 · 0 comments

Comments

@h20gg702
Copy link

I tried to analyze A/B compartment with minfi. Since My data is annotated with hg38, but makeGenomicRatioSetFromMatrix
accept only hg19, I used liftOver function. But I got following error under this situation.library(rtracklayer) chain=import.chain("/Volumes/Crucial X6/PRJNA218851/hg19ToHg38.over.chain") GRset <- makeGenomicRatioSetFromMatrix(mat = betas.matrix, array = "IlluminaHumanMethylation450k", annotation = "ilmn12.hg19", what = "Beta") GRset_hg38 <- liftOver(GRset,chain) Error in { : task 1 failed - "is(object, "SummarizedExperiment") is not TRUE" Also I converted my object to SummarizedExperiment, but I still have following error. object is of class 'RangedSummarizedExperiment', but needs to be of class 'GenomicMethylSet' or 'GenomicRatioSet Do you know some solution for this analysis with hg38?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant