Description Usage Arguments Value Author(s) References Examples
This function allows you to run the CytofRUV alignment method.
1 |
dat |
NO DEFAULT.A data.table consisting of the data (both reference and taret) you wish to align |
sample.col |
NO DEFAULT. Column name of the data.table that contains sample names |
batch.col |
NO DEFAULT. Column name of the data.table that contains batch labels |
align.cols |
NO DEFAULT. Vector of column names to align. |
ref.samples |
NO DEFAULT. Character vector of sample names that are used as reference data. |
cluster.col |
DEFAULT = NULL. Column name of the data.table that contains clusters. If NULL, will align data without clusters. |
k |
DEFAULT = K. K value for alignment |
dir |
DEFAULT = getwd(). Directory where the work is being done |
append.name |
DEFAULT = '_ruv'. Text to be appended to end of each new column containing aligned data |
Returns a data.table with aligned data added in new columns.
Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au
Ashhurst, T. M., et al. (2019). https://www.ncbi.nlm.nih.gov/pubmed/31077106
1 | cell.dat <- run.ruv()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.