Description Usage Arguments Examples
pca_prep function uses the vst/log transformed data to make a dataframe that could be used to make a pca plot.
1 | pca_prep(norm_dat, var_int, ntop = 1000)
|
norm_dat |
data frame of normalized gene counts. Generally a made using the |
ntop |
number of top genes that you need to calculate the PCs. Default is 1000 genes. |
1 | pca_data_nb <- pca_prep(norm_dat = sample_vst_dd, "Group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.