-
Notifications
You must be signed in to change notification settings - Fork 70
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
getSnpBeta on combined array #95
Comments
This is a bug. I need to spend some time to be sure to locate the exact place and what the different functions promises, but guess that it will be fixed by making sure that This is because we only recently added the possibility of an |
Fixed in minfi 1.21.5. |
I got an error after combing 450K and EPIC RGset as follows,
How should I deal with this please. |
This was resolved for me by the new version of minfi. Note that you might
need to update your version of R to be able to install a recent version of
minfi!
--Warren
On Tue, 6 Feb 2018 at 06:53 simonwang1012 ***@***.***> wrote:
I got an error after combing 450K and EPIC RGset as follows,
> mySampleSet <- fromRGChannelSet(RGsetEx_combined)
Error in minfi::getRed(myRGChannelSet)[controlTable$Address, ] :
subscript out of bounds
How should I deal with this please.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABxHsg-KLiMP77OYJVvNcH6wz8N_d4Lks5tSEtWgaJpZM4L6FNL>
.
--
--Warren A. Cheung
Sr. Computational Biologist
Center for Pediatric Genomic Medicine, Children's Mercy Hospital
Kansas City, MO
|
getSnpBeta should probably not use the manifest at all? I was getting errors
when applying getSnpBeta on a combined 450k and EPIC RGset. Changing all the references from manifest to object seems to have resolved this (some of the probes in the manifest aren't present in the object)
==== Code I ran follows =====
The text was updated successfully, but these errors were encountered: