View source: R/normalise_data.R
normalise_data | R Documentation |
normalise_data
contains all the functions to normalise several Cytof datasets by removing the unwanted variation between datasets arising from experimental artefacts.
normalise_data( data, raw_data, rep_samples, norm_clusters, k, num_clusters, wd_data, dir_norm_data, other_markers_fcs_file = NULL )
data |
Datasets before normalisation |
raw_data |
Raw data |
rep_samples |
Replicated samples |
norm_clusters |
Clusters to be normalised |
k |
Dimension of the unwanted variation |
num_clusters |
Total number of clusters |
wd_data |
Path to the directory containing all raw fcs files, the metadata file and the panel file |
dir_norm_data |
Directory name containing all norm fcs files, the metadata file and the panel file |
other_markers_fcs_file |
Optional to add more markers to be saved in the .fcs file not normalised |
Normalised metadata file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.