You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the following matters to address when adding the option to use the “full” TCGA patients reference cohort
Use static plots (instead of interactive ones, in particular those with per-sample data points within the "Input data summary" and "Expression profiles" sections) to reduce the run time as well as the size of the final report
Switch off saving the expression data (expression matrixes) and summary tables since they are computationally intense and produce big files, which are used only for RNA data portal
Look at the Addendum run time to check which time-consuming code chunks can be skipped to reduce the run time
Create separate "RNAsum.data" repo with expression matrix files including the “full” TCGA patients reference cohort
The text was updated successfully, but these errors were encountered:
Attached are summary plots illustrating the following:
RNAsum processing time by sample
RNAsum processing time by chunk
RNAsum report size by sample
Based on the "RNAsum processing time by chunk" chart , the following R code chunks are the most computationally demanding (comments in "()" indicate whether respective chunks can be skipped using the "full" TCGA reference option):
I'd also skip "data_normalisation_plot", "scree_combined_data_display" and "rle_display" chunks since these are not readable given the number of included samples.
Consider the following matters to address when adding the option to use the “full” TCGA patients reference cohort
The text was updated successfully, but these errors were encountered: