New to R: How to use your own data for Bioconductor Packages
1
0
Entering edit mode
hseepany • 0
@hseepany-8704
Last seen 7.5 years ago
Canada

Hi,

I am new to R and programming and I have a couple of BAM files that I wanted to use to look at methylation patterns using MEDIPS. I was wondering how can I use my BAM files to compare the data. When I add my file location to the commands, it does not work. Please help. It will also be very helpful if you can give me as much detail as possible, as I am very new to this.

Thank you and I appreciate your help.

 

MEDIPS rsamtools • 1.3k views
ADD COMMENT
0
Entering edit mode

Hi hseepany,

can you please specify what exactly you want to do, what commands you tried to apply, and the error message you received.

ADD REPLY
0
Entering edit mode
@guillaume-devailly-8722
Last seen 12 hours ago
Toulouse, France

Many possible solutions.

For example, using Repitools (http://www.bioconductor.org/packages/release/bioc/html/Repitools.html):

paths <- c("MeDP.bam", "control.bam")

myDataInR <- BAM2GrangesList(paths)

I also recommend Repitools documentation, including the old Rforge one (even if a few function where renamed since):

http://repitools.r-forge.r-project.org/RepitoolsManual.pdf

Cheers,

ADD COMMENT

Login before adding your answer.

Traffic: 799 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