This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Comparison of Read Count per Genomic Position in R

Hello community,

I have been working for a few months with the data analysis of my sequenced reads in R. Each sample is a different count matrix. Each matrix contains 3 columns (Chromosome, Genomic Position, Read Counts). The rows are more than 400.000 and each row represents a methylated CpG site.

The comparison of normalised read counts per CpG position between samples, will give me the amount of methylation upon this site. Not as a percentage but as a correlation between the different samples.

This comparison should be a linear model (I guess) like the differentially expressed genes in RNA-seq so I have been reading and scratching the surface of R package "limma" and the function "voom" and "limma-trend" as well as the package "edgeR". However, I have no experience in bioinformatics and I can not understand how to use them properly.

Can anyone guide me in order to perform such a comparison between my samples?

next-gen r sequencing rna-seq

0 answers

No answers yet.

Log in to answer this question.