Hello All,
I am new here in this awesome forum, new to the topics you guys talking about as well. I've read about Degseq and I'm trying to work on it. So, I have installed the R and Degseq and now as a beginner I am working on the example provided in their manual with sample data that comes with Degseq. they started the example with the following command, which went fine:
> library(DEGseq)
Then this:
>geneExpFile <- system.file("extdata", "GeneExpExample5000.txt",+ package = "DEGseq")
This one keeps returns this error msg:
Error: unexpected '=' in "geneExpFile <- system.file("extdata", "GeneExpExample5000.txt",+ package ="
Any Help is appreciated
I am new here in this awesome forum, new to the topics you guys talking about as well. I've read about Degseq and I'm trying to work on it. So, I have installed the R and Degseq and now as a beginner I am working on the example provided in their manual with sample data that comes with Degseq. they started the example with the following command, which went fine:
> library(DEGseq)
Then this:
>geneExpFile <- system.file("extdata", "GeneExpExample5000.txt",+ package = "DEGseq")
This one keeps returns this error msg:
Error: unexpected '=' in "geneExpFile <- system.file("extdata", "GeneExpExample5000.txt",+ package ="
Any Help is appreciated
Comment