View source: R/batch-effect-explore-beta.R
explore_batch_effect_beta_value | R Documentation |
Explore batch effect beta_value
explore_batch_effect_beta_value(
trainer,
batch_name = "Batch",
classification_name = "Classification",
top_n_rle = 20000,
top_n_pca = 20000,
rle_downsample = 100,
k = 50,
threshold = 0.9,
beta_value_pca_pdf = "beta_value_pca.pdf"
)
trainer |
A S3 object of |
batch_name |
column name of batch in the |
classification_name |
column name of classification in the |
top_n_rle |
an integer of the most variable N loci for relative log expression (RLE) analysis. |
top_n_pca |
an integer of the most variable N loci for PCA. |
rle_downsample |
if there are many samples, down-sample it to a number while keep the proportion of each group. |
k |
Number of eigenvalues requested. |
threshold |
A numeric scalar between 0 to 1 of the threshold of the fraction of variance to choose PC number. Default to 0.9. |
beta_value_pca_pdf |
PDF file for beta_value PCA result. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.