Description Usage Arguments Value Examples
View source: R/uSORT_postProcess.R
Save result object into a RData file. Save cell to cell distance heatmap for both preliminary and refined results. Creat plot of driver gene profiles on final ordering using heatmap.
1 | uSORT_write_results(uSORT_results, project_name, result_directory)
|
uSORT_results |
Result object from |
project_name |
A prefix for the saving files. |
result_directory |
The path where to save the results. |
save the results.
1 2 3 4 5 6 7 8 9 10 11 | dir <- system.file('extdata', package='uSORT')
file <- list.files(dir, pattern='.txt$', full=TRUE)
#remove the # symbol of the following codes to test
#uSORT_results <- uSORT(exprs_file = file,
# project_name = 'test',
# preliminary_sorting_method = 'autoSPIN',
# refine_sorting_method = 'sWanderlust',
# save_results = FALSE)
#uSORT_write_results(uSORT_results,
# project_name = 'test',
# result_directory = getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.