Hello,
I have the list of gene IDs which are ensembl Ids I wanted do GO analysis for this list of genes. How can I do this from the GOseq I went through vignette which is running the GOseq from the DE genes output, my genes list are not from the DE this are obtained according to my objective.
can anyone suggest me?
Gene IDs list is looking as
ENSMUSG00000061111
ENSMUSG00000062761
ENSMUSG00000063445
ENSMUSG00000066705
ENSMUSG00000070372
ENSMUSG00000073411
ENSMUSG00000073684
ENSMUSG00000074182
ENSMUSG00000078453
code What I have run data containes the above listed gene name
gene=read.table("data", header=T)
gene<- gene$gene_name
pwf=nullp(gene,"mm10","ensGene")
Error what I got
Can't find mm10/ensGene length data in genLenDataBase...
A TxDb annotation package exists for mm10. Consider installing it to get the gene lengths.
Trying to download from UCSC. This might take a couple of minutes.
Error in value[[3L]](cond) :
Length information for genome mm10 and gene ID ensGene is not available. You will have to specify bias.data manually.
In addition: Warning messages:
1: In library() :
libraries ‘/usr/local/lib/R/site-library’, ‘/usr/lib/R/site-library’ contain no packages
2: In grep(txdbPattern, installedPackages) :
argument 'pattern' has length > 1 and only the first element will be used
Thank you
It's not clear what your question is. You don't necessarily need a set of DE genes to run
goseq
, just a set of genes that you think are interesting for some reason. Is there something in particular you need help with?I have the txt file which containes the above list of genes, how can I run goseq. please help me with some code it will be very helpfull
Thank you
I think you may misunderstand the purpose of this support site. The goal is to help people with specific questions about the software rather than providing code to analyze other people's data. The vignette is intended to help with the latter type of question, so I would recommend starting there.
Hello James I understood the purpose of the site, I edited my question provided the code and the error while running can you please help me how to resolve