.RNAseq_PCA | R Documentation |
A helper function performs PCA on data generated by .get_df_subset()
.
It should not be used directly, only inside .plot_PCA_TCGA_GTEX()
or
.plot_PCA_TCGA_GTEX_tumor()
function.
.RNAseq_PCA(df, number_of_dimension)
df |
|
number_of_dimension |
number of components kept in the final results |
PCA result
Other helper function for PCA:
.protein_imputePCA()
## Not run: .RNAseq_PCA(df[[1]], 10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.