hi everyone, how can I store result of meta analysis by Rstudio,I can not save the result of metaseq and metaDE package,I want to use sink to store the output in a file. in metaseq package there are several objects to store:(I copy example of this package)
> head(F$Upper) 1/2-SBSRNA4 A1BG A1BG-AS1 A1CF A2LD1 0.3842542 0.5316118 0.5325544 NA 0.1358559 A2M 0.2252807 > head(F$Lower) 1/2-SBSRNA4 A1BG A1BG-AS1 A1CF A2LD1 0.8420357 0.6078896 0.4047202 NA 0.3661371 A2M 0.6197968 > F$Weight Study 1 Study 2 Study 3 Study 4 5 2 8 3 > head(S$Upper) 1/2-SBSRNA4 A1BG A1BG-AS1 A1CF A2LD1 0.3709297 0.2663748 0.2711745 NA 0.2957139 A2M 0.2996707 > head(S$Lower) 1/2-SBSRNA4 A1BG A1BG-AS1 A1CF A2LD1 0.6290703 0.7336252 0.7288255 NA 0.7042861 A2M 0.7003293 > S$Weight Study 1 Study 2 Study 3 Study 4 5 2 8 3 thanks for help. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.