goseq: Can't find mm10/geneSymbol length data in genLenDataBase...
0
0
Entering edit mode
@bohdan-khomtchouk-9617
Last seen 6.5 years ago
Stanford University

Has anyone else encountered any issues with using mm10 in the goseq package:

> pwf <- nullp(genes, "mm10", "geneSymbol")

Can't find mm10/geneSymbol length data in genLenDataBase...

Found the annotaion package, TxDb.Mmusculus.UCSC.mm10.knownGene

Trying to get the gene lengths from it.

Warning message:

In pcls(G) : initial point very close to some inequality constraints

 

mm9 works absolutely fine with geneSymbol but mm10 does not.  Is this a bug?

goseq • 2.4k views
ADD COMMENT
1
Entering edit mode

Is this really an error?  It looks like it couldn't find the gene length in a the database, so it grabbed the TxDB and calculated them from there - which sounds sensible.  If you try to find only the gene lengths using getlength() does it work as expected? e.g.

> getlength(c("MYC", "CDC6"), "mm10", "geneSymbol")

Can't find mm10/geneSymbol length data in genLenDataBase...

Found the annotaion package, TxDb.Mmusculus.UCSC.mm10.knownGene
Trying to get the gene lengths from it.
[1] 2396 4608

The warning is related to the pcls function in the mgcv package, which is to do with the calculations afterwards, not finding the gene lengths.

ADD REPLY
0
Entering edit mode

Did you install the annotation package?

ADD REPLY

Login before adding your answer.

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