facets-preview
  • Introduction
  • Release notes
  • Installation
  • Quickstart command
  • Input requirements
  • Reviewing fits
  • FACETS QC criteria
  • Generate CCFs/gene-level calls
  • FAQ
Powered by GitBook
On this page

Was this helpful?

Quickstart command

Use the following command to launch facets-preview from command line:

Rscript -e "library(facetsPreview); 
facets_preview_config_file = '/juno/<full_path>/example_facets_preview.json'; 
facetsPreview::launch_application_browser()"

Note: facets_preview_config_file can also be set in the .Rprofile instead of in the command line.

PreviousInstallationNextInput requirements

Last updated 5 years ago

Was this helpful?