Question: Display data summary from R code in my galaxy tool
1
Sara Mohammadi • 50 wrote:
I have created a galaxy tool, which get the gene expression data. I want to do some gene expression analysis on this data and display the summary of it. The output file data format which I saved is .tabular.
I do not know how to use this data in the same R code to do and display some statistics summary on it.
Thanks
Can you show us your code?
Thank you so much for your response,
Here is xml wrapper:
and R code:
I want to display the some other information like: dim(), column names, number of samples and other information in the same page as text after getting the data.
Thanks again,