no exp.fc object!
0
0
Entering edit mode
9.9 years ago
Parham ★ 1.6k

In the gene set workflow (1), when preparing samples from Cufflinks, the codes follow as:

> names(cuff.fc)=gnames.eg[sel2,2]
> range(exp.fc)
> cuff.fc[cuff.fc>10]=10
> cuff.fc[cuff.fc< -10]=-10
> exp.fc=cuff.fc
> out.suffix="cuff"

However the output of range(exp.fc) is

Error: object 'exp.fc' not found

and I don't see any where that the code lines create this object! Any help?

(1) RNA-Seq Data Pathway and Gene-set Analysis Workflows, Weijun Luo 2014.

cufflinks • 1.3k views
ADD COMMENT

Login before adding your answer.

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