Could you please guide me on converting this list object to some other standard format that will work, for example, with sesame::sesameQC()? I also want to infer the gender from the raw "*.idat" as one of the QC matrices before implementing downstream analysis.
I am working on a package to analyze a custom array. I read the .idat using sesame and generated a list object with the following data.frames:
Could you please guide me on converting this list object to some other standard format that will work, for example, with sesame::sesameQC()? I also want to infer the gender from the raw "*.idat" as one of the QC matrices before implementing downstream analysis.
@demis001