Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in UseMethod("gather") : no applicable method for 'gather' applied to an object of class "factor" Calls: %>% -> summarise -> group_by -> gather Execution halted #5

Open
utpalh opened this issue Dec 30, 2023 · 0 comments

Comments

@utpalh
Copy link

utpalh commented Dec 30, 2023

pipeline.sh file

compare="NSP-SP"

Rscript ${db}/script/compare_stamp.R \
  --input result/otutab.txt --metadata result/metadata.txt \
  --group Group --compare ${compare} --threshold 0.1 \
  --method "t.test" --pvalue 0.05 --fdr "none" \
  --width 189 --height 159 \
  --output result/stamp/${compare}
  
                  #       output
                  #        9 
                  #     NSP1     NSP2     NSP3     NSP4     NSP5      SP1      SP2      SP3 
                  # 87.76123 92.04876 95.23562 93.24942 93.14364 89.66851 91.11344 90.94894 
                  #      SP4 
                  # 95.62645 
                  # idx
                  # TRUE 
                  #    9 
                  #       Error in UseMethod("gather") : 
                  #   no applicable method for 'gather' applied to an object of class "factor"
                  # Calls: %>% -> summarise -> group_by -> gather
                  # Execution halted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant