[BioC] edgeR DGEList
Mark Robinson
mark.robinson at imls.uzh.ch
Thu Dec 12 09:57:24 CET 2013
Jahn: Load the package first …
library("edgeR")
dge <- DGEList(counts=cots)
…
Best, Mark
On 12.12.2013, at 09:35, Jahn Davik [guest] <guest at bioconductor.org> wrote:
>
> Hi there,
> I am trying to import the counts data (='cots', count data set generated in Trinity) into R. When I run
> $ dge<-DGEList(counts=cots), I get the reply:
>
> Error: could not find 'DGEList'
>
> BTW: I start the session by
> source("http://bioconductor.org/biocLite.R")
> biocLite("edgeR")
> biocLite("DESeq")
>
> Probably trivial, but help is still greatly appreciated.
> Thanks.
>
> jahn
>
>
>
>
> -- output of sessionInfo():
>
> Error: could not find 'DGEList'
>
> --
> Sent via the guest posting facility at bioconductor.org.
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list