View source: R/GlobalDefaults.R
addArchRGenome | R Documentation |
This function will set the genome across all ArchR functions.
addArchRGenome(genome = NULL, install = TRUE)
genome |
A string indicating the default genome to be used for all ArchR functions.
Currently supported values include "hg19","hg38","mm9", and "mm10".
This value is stored as a global environment variable, not part of the |
install |
A boolean value indicating whether the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.