.get_df_subset | R Documentation |
A helper function selects the RNAseq data of primary tumors (TCGA), metastatic
tumors (TCGA), healthy tissues (GTEX) or all sample types combined (all),
from dataframe .TCGA_GTEX_sampletype_subset
.
It should not be used directly, only inside .plot_PCA_TCGA_GTEX()
or
.plot_PCA_TCGA_GTEX_tumor()
function.
.get_df_subset(df, sample_type)
df |
|
sample.type |
selected sample types |
a subset dataframe from .TCGA_GTEX_sampletype_subset
for indicate
sample types
## Not run: .get_df_subset(.TCGA_GTEX_sampletype_subset, "Primary Tumor (TCGA)") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.