cummeRbund cannot handle condition names starting with numerics
0
0
Entering edit mode
@kristoffervittingseerup-7310
Last seen 6.0 years ago
European Union

The cummerbund package cannot properly handle condition (given by the 'sample_1' and 'sample_2' columns) names starting with numerics.

Some methods handles it standard R style by adding an 'X' before the condition/sample name. Examples include:

cuffDB <- readCufflinks(...)

diffData(genes(cuffDB))

 

Other methods fails and end up with NA's ('<NA>' to be precise, the factor levels of these are however correct). I found this for methods for CuffGeneSet classes (result of getGenes() function). Example:

myCuffGeneSet <- getGenes(cuffDB, featureNames(genes(cuffDB))

cuffSplicing <- diffData(splicing(myCuffGeneSet))

 

The files outputtet by CuffDIff does not have this problem.

 

Hope you can fix this.

 

Kindest regards

Kristoffer

cummerbund • 924 views

Login before adding your answer.

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