I am trying to use your pipeline to analysis my DNA methylation data and further to integrate GEP data with it. I tested with your demo data which went through the procedures with minify and then COHCAP. Since you said the FinalReport generated by GenomeStudio can be read as well, and the advantage of this is that we can use GenomeStudio to normalize data, therefore I would like to try this way. I followed the instructions listed in the "COHCAP_Input_Files" to generate the FinalReport from GenomeStudio and prepared the samplist.txt. I found that I have to remove the description part located on the top of the FinalReport to be read and go through the code "beta.table <- COHCAP.annotate(beta.file, project.name, project.folder, platform="450k-UCSC")", but when check the beta.table, there is nothing inside. Below are the codes and results. Please help me solve the problem.
Thank you very much!
Sincerely,
Xin Li, Ph.D.
Assistant Professor
Myeloma Institute
University of Arkansas for Medical Sciences
Tel: 501 526 6990 x 8939
Email: lixin@uams.edulixin@uams.edu
code chunk number 1: inputVariables
library("COHCAP")
dir <- "C:/Users/lixin/Lab Jobs/Ongoing projects/MSC Studies/DNA Methylation Analysis/COHCAP analysis/GenomeStudioReports/Test for Methy&GEP for the first chips"
beta.file <- file.path(dir,"FinalReport.txt")
sample.file <- file.path(dir,"SampleSheet_Methyl_12_2014.txt")
project.folder <- "C:/Users/lixin/Lab Jobs/Ongoing projects/MSC Studies/DNA Methylation Analysis/COHCAP analysis/GenomeStudioReports/Test for Methy&GEP for the first chips/COHCAP results"
project.name <- "Methylation Analysis_052115"
list(sample.file)
[[1]] [1] "C:/Users/lixin/Lab Jobs/Ongoing projects/MSC Studies/DNA Methylation Analysis/COHCAP analysis/GenomeStudioReports/Test for Methy&GEP for the first chips/SampleSheet_Methyl_12_2014.txt"
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
It is hard for me to tell what is the problem: can you try saving all the files in paths that don't have any spaces? For example, "C:/Users/lixin/Lab Jobs" could be converted to "C:/Users/lixin/Lab_Jobs" (but it would probably just be easier to save in a different location, like a new folder called "C:/COHCAP").
If that doesn't work, can you attach or copy in the first 10 lines of the report file from Genome Studio? I can then try troubleshooting the code from my end.
Thanks,
Charles
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think I have a very similar problem here. It seems like the annotation does not work (see "<0 rows> (or 0-length row.names)" posted by Xin. I get the same message when running COHCAP.annotate; when I try to run COHCAP.site, it stops with [1] "Reading Sample Description File...."
Fehler in 6:ncol(beta.table) : Argument der Länge 0
(sorry about the german).
My guess is that he should read in Column 6 from the annotated file, but as that went wrong, he can't find anything.
Dear Charles, would you have any suggestion or clue what could have went wrong?
Best
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, Charles,
I am trying to use your pipeline to analysis my DNA methylation data and further to integrate GEP data with it. I tested with your demo data which went through the procedures with minify and then COHCAP. Since you said the FinalReport generated by GenomeStudio can be read as well, and the advantage of this is that we can use GenomeStudio to normalize data, therefore I would like to try this way. I followed the instructions listed in the "COHCAP_Input_Files" to generate the FinalReport from GenomeStudio and prepared the samplist.txt. I found that I have to remove the description part located on the top of the FinalReport to be read and go through the code "beta.table <- COHCAP.annotate(beta.file, project.name, project.folder, platform="450k-UCSC")", but when check the beta.table, there is nothing inside. Below are the codes and results. Please help me solve the problem.
Thank you very much!
Sincerely,
Xin Li, Ph.D.
Assistant Professor
Myeloma Institute
University of Arkansas for Medical Sciences
Tel: 501 526 6990 x 8939
Email: lixin@uams.edulixin@uams.edu
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Hi Xin,
It is hard for me to tell what is the problem: can you try saving all the files in paths that don't have any spaces? For example, "C:/Users/lixin/Lab Jobs" could be converted to "C:/Users/lixin/Lab_Jobs" (but it would probably just be easier to save in a different location, like a new folder called "C:/COHCAP").
If that doesn't work, can you attach or copy in the first 10 lines of the report file from Genome Studio? I can then try troubleshooting the code from my end.
Thanks,
Charles
View and moderate all "Bioconductor Issues" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi Xin, hi Charles,
I think I have a very similar problem here. It seems like the annotation does not work (see "<0 rows> (or 0-length row.names)" posted by Xin. I get the same message when running COHCAP.annotate; when I try to run COHCAP.site, it stops with
[1] "Reading Sample Description File...."
Fehler in 6:ncol(beta.table) : Argument der Länge 0
(sorry about the german).
My guess is that he should read in Column 6 from the annotated file, but as that went wrong, he can't find anything.
Dear Charles, would you have any suggestion or clue what could have went wrong?
Best
Chris