getTagMatrixList question from ChIPSeeker package
0
0
Entering edit mode
@anasastreperona-9284
Last seen 8.4 years ago
United States

Hi

I am fairly new to coding and am trying to work through the ChIPSeeker package using my own data in R.  I have gotten to section 7 to do the ChIP peak data comparison but I am not sure how to input multiple files into the getTagMatrix command.  I have tried to just list my files in the following lines:

> tagMatrixList <- lapply(files[["peak_1", "peak_2", "peak_3"]], getTagMatrix, windows=promoter)

> tagMatrixList <- lapply(files("peak_1", "peak_2", "peak_3"), getTagMatrix, windows=promoter)

> tagMatrixList <- lapply(files("peak_1" "peak_2" "peak_3"), getTagMatrix, windows=promoter)

I also tried to create a list with the files to run in, but it didn't work.

Can someone give me advice?

Thanks

Ana

chipseeker • 1.4k views
ADD COMMENT

Login before adding your answer.

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