View source: R/parse_uploaded_file.R
parse_uploaded_file | R Documentation |
the following actions are performed sequentially 1) call read_input to get the file, 2) check whether accession_number column is present, and if so, map to gene id; 3) calculate moderated t-test on the data
parse_uploaded_file(path)
path |
a string, data path |
a data.frame ready for further analysis in genoppi
this is for sequential parsing of files in the multiple file tab in shiny.
Other shiny:
add_plotly_markers_search_pathway()
,
add_plotly_markers_search()
,
calc_logfc_limit()
,
get_replicate_summary_text()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.