Hi,
I counted my reads using featurecounts
, now i was going to normalize them by DEseq2 package but I don't know what happened
> library("DESeq2")
> ddsSE <- DESeqDataSet(se, design = ~ cell + dex)
Error in assayNames(se) :
error in evaluating the argument 'x' in selecting a method for function 'assayNames': Error: object 'se' not found
> dds <- DESeqDataSetFromMatrix(countData = countData,
+ colData = colData,
+ design = ~ condition)
Error in as.matrix(countData) :
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': Error: object 'countData' not found
> directory <- "/usr/data/nfs6/izadi/microarray/subread-1.4.6-p5-source/summary.txt/"
> dds <- DESeqDataSetFromMatrix(countData = countData,
+ colData = colData,
+ design = ~ condition)
Error in as.matrix(countData) :
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': Error: object 'countData' not found
Please someone tell me what can I do
But I can't... Sorry you think if i can use excel function instead of R to normalize my reads count because since started bioinformatics never i could run anything in R properly :(
If you're an academic/ researcher, you need to take the time to learn R if you want to progress in Bioinformatics. Either you take some time learning the skills yourself, or you speak to your supervisor / boss and ask if there are any bioinformaticians within your facility you could consult with. Option C is that you ask your supervisor/ boss to send you on an R course. You can't just post every single error that you get and expect everyone within this community to figure out your problems for you. Sorry if that sounds harsh - but you need to be practical in filling the gaps in your knowledge!
Yes u right
but I'm a visitor here and Iran ministry of science supported me then i cant ask mpi to provide a course for me, here in mpi i tried to much to ask help to learn bioinformatics but everyone were busy and rejected me...