Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • edgeR error

    Hi friends, I am trying to analyse Differential expression using edgeR package and my WT and KO samples.

    When I issue the following code at the R prompt


    Code:
    out$p.adjust = p.adjust(out$p.value, method="BH")
    It gives the following error. Any ide?

    Code:
    Error in `$<-.data.frame`(`*tmp*`, "p.adjust", value = numeric(0)) : 
      replacement has 0 rows, data has 20434
    Calls: $<- -> $<-.data.frame
    Execution halted
    All helps appreciated.

  • #2
    Well, it would seem that your object 'out' doesn't contain a component called 'p.value'.

    Is it possible that you intended out$table$p.value? Since you don't tell us what 'out' is, I can only guess. Perhaps you might read the help function for the function that produced 'out'?

    This is not an error in the edgeR package. p.adjust() is not an edgeR function, and this looks like a user mistake anyway.

    Gordon

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Understanding Genetic Influence on Infectious Disease
      by seqadmin




      During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

      Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
      09-09-2024, 10:59 AM
    • seqadmin
      Addressing Off-Target Effects in CRISPR Technologies
      by seqadmin






      The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
      08-27-2024, 04:44 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 02:44 PM
    0 responses
    8 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-06-2024, 08:02 AM
    0 responses
    143 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-03-2024, 08:30 AM
    0 responses
    151 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 08-27-2024, 04:40 AM
    0 responses
    158 views
    0 likes
    Last Post seqadmin  
    Working...
    X