qsea bioconductor - createQseaSet
0
1
Entering edit mode
4.7 years ago

I have recently started to work with the "qsea" package in r for differential methylation analysis between two groups with data derived from MeDIP-seq.

I input my bam files and created a data.frame("dataframe") accordingly, example:

sample_name     file_name   group
A1                          "A1.bam"            A
B1                          "B1.bam"            B
A2                          "A2.bam"            A

When I try to create a qseaSet

seaSet=createQseaSet(sampleTable=dataframe, BSgenome="BSgenome.Hsapiens.UCSC.hg38",  chr.select=NULL,  window_size=500))

the following error appears:

"Error in as.character.default(X[[i]], ...) :  no method for coercing this S4 class to a vector”

Is there anyone acquainted with the "qsea" package that can help me with this? Thank you,

Ricardo Ferreira (PhD student, ICBAS, University of Porto, Portugal)

ChIP-Seq • 764 views
ADD COMMENT
0
Entering edit mode

Did you setwd to the folder where these *.bam are in?

ADD REPLY
0
Entering edit mode

Thank you for the reply. I created an R project in which the directory is the paste were the bam files are

ADD REPLY

Login before adding your answer.

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