transform_asinh | R Documentation |
Inverse sine transformation of a tibble. This function can also de-randomize data.
transform_asinh(df, markers = NULL, cofactor = 5, derand = TRUE, .keep = FALSE)
df |
The tibble to transform |
markers |
The markers to transform on |
cofactor |
The cofactor to use when transforming |
derand |
Derandomize. Should be TRUE for CyTOF data, otherwise FALSE. |
.keep |
Keep all channels. If FALSE, channels that are not transformed are removed |
Other dataprep:
compile_fcs()
,
convert_flowset()
,
prepare_data()
## Not run: uncorrected <- df %>% transform_asinh(markers = markers) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.