what is the format of DMPfinder in minfi package
1
0
Entering edit mode
Fateme • 0
@c6f284db
Last seen 23 months ago
Netherlands

Hello everyone. I have processed data, containing 4 columns (chromosome, start, end, beta value ) for each sample. and 2 groups (patient and normal). I want to find differentially methylated positions between these 2 groups using DMPfinder in minfi Package. but I don't know the format of input data for these codes:

M <- getM(mset, type = "beta", betaThreshold = 0.001) dmp <- dmpFinder(M, pheno=pd$Sample_Group, type="categorical")

minfi • 907 views
ADD COMMENT
0
Entering edit mode
Basti ▴ 780
@7d45153c
Last seen 11 days ago
France

You can refer to the vignette : https://www.rdocumentation.org/packages/minfi/versions/1.18.4/topics/dmpFinder

M should be a "Methylset" or a matrix, so if you have already processed data, you can transform your data to a matrix of beta (or M)-values (Cpg in rows, samples in columns)

ADD COMMENT

Login before adding your answer.

Traffic: 712 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6