radiator_common_arguments | R Documentation |
radiator common arguments
radiator_common_arguments(
interactive.filter = TRUE,
gds,
data,
parallel.core = parallel::detectCores() - 1,
verbose = TRUE,
random.seed = NULL,
...
)
interactive.filter |
(optional, logical) Do you want the filtering session to
be interactive. Figures of distribution are shown before asking for filtering
thresholds.
Default: |
gds |
(2 options) A Genomic Data Structure (GDS) file or object How to get GDS ?
Look into |
data |
(4 options) A file or object generated by radiator:
How to get GDS and tidy data ?
Look into |
parallel.core |
(optional) The number of core used for parallel
execution during import.
Default: |
verbose |
(optional, logical) When |
random.seed |
(integer, optional) For reproducibility, set an integer
that will be used inside the function that requires randomness. With default,
a random number is generated and printed in the appropriate output.
Default: |
... |
(optional) Advance mode that allows to pass further arguments for fine-tuning the function. Also used for legacy arguments (see details or special section) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.