ArchRBrowser | R Documentation |
This function will open an interactive shiny session in style of a browser track. It allows for normalization of the signal which enables direct comparison across samples.
ArchRBrowser( ArchRProj = NULL, features = getPeakSet(ArchRProj), loops = getCoAccessibility(ArchRProj), minCells = 25, baseSize = 10, borderWidth = 0.5, tickWidth = 0.5, facetbaseSize = 12, geneAnnotation = getGeneAnnotation(ArchRProj), browserTheme = "cosmo", threads = getArchRThreads(), verbose = TRUE, logFile = createLogFile("ArchRBrowser") )
ArchRProj |
An |
features |
A |
loops |
A |
minCells |
The minimum number of cells contained within a cell group to allow for this cell group to be plotted. This argument can be used to exclude pseudo-bulk replicates generated from low numbers of cells. |
baseSize |
The numeric font size to be used in the plot. This applies to all plot labels. |
borderWidth |
The numeric line width to be used for plot borders. |
tickWidth |
The numeric line width to be used for axis tick marks. |
facetbaseSize |
The numeric font size to be used in the facets (gray boxes used to provide track labels) of the plot. |
geneAnnotation |
The |
browserTheme |
A |
threads |
The number of threads to use for parallel execution. |
verbose |
A boolean value that determines whether standard output should be printed. |
logFile |
The path to a file to be used for logging ArchR output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.