{linxreport} is an R package for generating a HTML report with results
from the LINX structural variant tool from the Hartwig Medical
Foundation - see documentation for LINX at
https://github.com/hartwigmedical/hmftools/tree/master/linx.
[!NOTE]
{linxreport} does not run any analyses! It simply parses the outputs
from LINX and displays them in tables and tabs. No optimisations are
performed.
[!CAUTION]
The HTML report size depends on the number of LINX plots! We have
encountered samples with hundreds of plots which has resulted in HTML
files in excess of 200Mb in size.
You can generate a HTML report within an R session, or from the command
line.
R
The linx_rmd function takes as inputs the directories to the LINX
tables and plots, along with the file prefix (sample) and the path to
output the HTML to. See ?linx_rmd for more.
[!TIP]
If you’re using the conda package, the linxreport.R command will
already be set up inside an activated conda environment.
If you’re not using the conda package, you need to export the
linxreport/inst/cli/ directory to your PATH in order to use
linxreport.R.
linxreport.R --version
0.1.0.9000
linxreport.R --help
Usage
=====
linxreport/cli/linxreport.R [options]
Options
=======
--sample=SAMPLE
Sample name (REQUIRED).
--plot=PLOT
Path to LINX plot directory (REQUIRED).
--table=TABLE
Path to LINX table directory (REQUIRED).
--out=OUT
HTML output file name [def: linx_{sample}.html].
--quiet
Suppress log printing during rendering.
--version, -v
Print version and exit.
--help, -h
Show this help message and exit
🕸 linxreport - LINX HTML Reporter
{linxreport}is an R package for generating a HTML report with results from theLINXstructural variant tool from the Hartwig Medical Foundation - see documentation for LINX at https://github.com/hartwigmedical/hmftools/tree/master/linx.For useful functions for parsing and processing
LINXresults, see https://umccr.github.io/linxreport/reference.📦 Installation
mainversion from GitHub with:✨ Usage
You can generate a HTML report within an R session, or from the command line.
R
The
linx_rmdfunction takes as inputs the directories to the LINX tables and plots, along with the file prefix (sample) and the path to output the HTML to. See?linx_rmdfor more.CLI
The
linxreport.Rscript is available to generate the HTML report via the command line. Quick example:See below for required arguments.