This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Manifest annotation error EPIC850K

Hello, I am doing a methylation analysis and I seems that some of the data (complete rows) of my CpGs are grouped in a cell of a dataframe. It happens many times in column UCSC_RefGene_GeneGroup along my dataframe:

> Methylation$UCSC_RefGene_Group[3]
[1] "Body"
> Methylation$UCSC_RefGene_Group[329110]
[1] "Body;Body"
> Methylation$UCSC_RefGene_Group[329109]
[1] "1stExon;5UTR\tTRUE\tPIK3C3\tPromoter\tNA\tENSG00000078142\tNA\tNA\tENSG00000078142\tENSG00000078142\tNA\tNA\t0.05992\t0.01244\t0.06084\t0.00739\t0.06958\t0.00815\t0.06679\t0.00679\tNA\tNA\tNA\tNA\tNA\tNo\tconstant\t0.0383763400112977\t0.785145872628103\tNo\tconstant\t-0.0611979095948081\t0.522716216099081\tNA\tNA\tNA\tNA\t0.07424|0.06887|NA\t0.05998|0.05841|NA\t0.09944|0.06594|NA\t0.06636|0.06854|NA\t0.05725|0.07804|NA\t0.06985|

How can I separate this data inside of that cell and put it in the dataframe as normal rows? It seems that when I read the file, some tabs were not correctly recognized

methylation r manifest

It is solved!

I was reading a tab dile with read table and also adding the sep="\t

For this reason I have closed the question.

Cheers!

0 answers

No answers yet.

Log in to answer this question.