DEseqDataSetFromMatrix not working
2
0
Entering edit mode
JMW2 • 0
@jmw2-18018
Last seen 5.5 years ago

I'm having trouble getting the DEseqDataSetFromMatrix function to work.  When I try to call it, I get this error:

Error in DEseqDataSetFromMatrix(countData = countdata, colData = coldata,  : 
  could not find function "DEseqDataSetFromMatrix"

 

When I try to download it, I get:

Warning message:
package ‘DEseqDataSetFromMatrix’ is not available (for R version 3.5.1) 

 

I need this function for a homework for one of my classes.  How do I get this to work?  Thanks!

deseq2 • 869 views
ADD COMMENT
0
Entering edit mode

I'm an idiot.  Thanks for your help.

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 13 hours ago
United States

Capitalization matters in R. It is "DESeq..." You can use <tab> to autocomplete, if you don't want to spell out long function names.

> Sqrt
Error: object 'Sqrt' not found
> sqrt
function (x)  .Primitive("sqrt")
ADD COMMENT
0
Entering edit mode
@huzefa-khalil-14546
Last seen 6.4 years ago
US / Ann Arbor / University of Michigan
That's because the function is "DESeqDataSetFromMatrix".. The 'S' in "DESeq" is capitalized. R is case sensitive. On Thu, Oct 25, 2018 at 11:17 AM JMW2 [bioc] <noreply@bioconductor.org> wrote: > Activity on a post you are following on support.bioconductor.org > > User JMW2 <https: support.bioconductor.org="" u="" 18018=""/> wrote Question: > DEseqDataSetFromMatrix not working > <https: support.bioconductor.org="" p="" 114469=""/>: > > I'm having trouble getting the DEseqDataSetFromMatrix function to work. > When I try to call it, I get this error: > > Error in DEseqDataSetFromMatrix(countData = countdata, colData = coldata, : > could not find function "DEseqDataSetFromMatrix" > > > > When I try to download it, I get: > > Warning message: > package ‘DEseqDataSetFromMatrix’ is not available (for R version 3.5.1) > > > > I need this function for a homework for one of my classes. How do I get > this to work? Thanks! > > ------------------------------ > > Post tags: deseq2 > > You may reply via email or visit > DEseqDataSetFromMatrix not working >
ADD COMMENT

Login before adding your answer.

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