I want to plot a graph using a command of goplot >goplot(a) , but on entering I got '?' in next line it was like > goplot(go_enrich_ls) ?
There was another variable (asd) where I got my plot but not in this (go_enrich_ls) variable, both variables were generated using same command of enrichGO. Please help me to resolve this error
             
            
              
           
          
            
            
              Hi, can you provide a reproducible example? Did you enter the >? Try without it.
  
  
    A minimal reproducible example consists of the following items: 
A minimal dataset, necessary to reproduce the issue
The minimal runnable code necessary to reproduce the issue, which can be run 
on the given dataset, and including the necessary information on the used packages.
Let's quickly go over each one of these with examples: 
 
 
             
            
              1 Like 
            
           
          
            
            
              my data contain
head(go_enrich_ls)
 
By this I want to create a goplot() using enrichplot pakage
             
            
              
           
          
            
            
              I enter> goplot(go_enrich_ls)
             
            
              
           
          
            
            
              > library(enrichplot)> head(go_enrich_ls)#mentioned  in above reply> goplot(go_enrich_ls)?
             
            
              
           
          
            
            
              You didn't do the reprex properly.
             
            
              1 Like 
            
           
          
            
            
              May I know what is reprex
             
            
              
           
          
            
            
              Reproducible example (reprex)
  
  
    A minimal reproducible example consists of the following items: 
A minimal dataset, necessary to reproduce the issue
The minimal runnable code necessary to reproduce the issue, which can be run 
on the given dataset, and including the necessary information on the used packages.
Let's quickly go over each one of these with examples: 
 
 
             
            
              1 Like 
            
           
          
            
              
                system  
              
                  
                    January 26, 2022,  1:17pm
                   
                  9 
               
             
            
              This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.