EnglishFrenchSpanish

Ad


OnWorks favicon

gmt-music-survivalp - Online in the Cloud

Run gmt-music-survivalp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gmt-music-survivalp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gmt music survival - Create survival plots and P-values for clinical and mutational
phenotypes.

VERSION


This document describes gmt music survival version 0.04 (2016-01-01 at 23:10:19)

SYNOPSIS


gmt music survival --bam-list=? --output-dir=? [--maf-file=?] [--skip-silent]
[--genetic-data-type=?] [--numeric-clinical-data-file=?]
[--categorical-clinical-data-file=?] [--glm-clinical-data-file=?]
[--phenotypes-to-include=?] [--legend-placement=?] [--skip-non-coding]

... music survival \
--bam-list /path/myBamList.tsv \
--maf-file /path/myMAF.tsv \
--numeric-clinical-data-file /path/myNumericData.tsv \
--categorical-clinical-data-file /path/myClassData.tsv \
--output-dir /path/output_directory

... music survival \
--bam-list /path/myBamList.tsv \
--maf-file /path/myMAF.tsv \
--glm-clinical-data-file /path/myGLMClinicalData.tsv \
--output-dir /path/output_directory

... music survival \
--bam-list /path/myBamList.tsv \
--maf-file /path/myMAF.tsv \
--genetic-data-type 'gene' \
--glm-clinical-data-file /path/myGlmClinicalData.tsv \
--phenotypes-to-include 'Race,Gender,TP53' \
--output-dir /path/output_directory

REQUIRED ARGUMENTS


bam-list Text
List of sample names to be included in the analysis. (See Description)

output-dir Text
Directory where output files will be written

OPTIONAL ARGUMENTS


maf-file Text
List of mutations in MAF format

skip-silent Boolean
Skip silent mutations from the provided MAF file

Default value 'true' if not specified

noskip-silent Boolean
Make skip-silent 'false'

genetic-data-type Text
Correlate clinical data to "gene" or "variant" level data

Default value 'gene' if not specified

numeric-clinical-data-file Text
Table of samples (y) vs. numeric clinical data category (x)

categorical-clinical-data-file Text
Table of samples (y) vs. categorical clinical data category (x)

glm-clinical-data-file Text
Clinical traits, mutational profiles, other mixed clinical data (See DESCRIPTION).

phenotypes-to-include Text
Include only these genes and/or phenotypes in the anlaysis. (COMMA-DELIMITED)

legend-placement Text
Choose one of 'bottomleft', 'topleft', 'topright', or 'bottomright'.

Default value 'bottomleft' if not specified

skip-non-coding Boolean
Skip non-coding mutations from the provided MAF file

Default value 'true' if not specified

noskip-non-coding Boolean
Make skip-non-coding 'false'

DESCRIPTION


This command performs survival analysis and plots survival curves for mutational data, as
well as any clinical traits of interest as specified via the --phenotypes-to-include input
parameter. The analyses performed include the Kaplan-Meier estimator followed by the Cox
Proportional Hazards model. Outputs for each gene/clinical trait analyzed include survival
curves, a hazard ratio (with confidence intervals), and P-values and FDRs describing the
significance of the difference between survivors and non-survivors.

All clinical data files are searched for the required (case insensitive) "vital_status"
and "days_to_last_followup" columns which are paired to phenotypes via sample IDs for the
survival analysis. The first column of all clinical data files MUST contain the sample
IDs, same as in other MuSiC tools. By default, analysis is performed on every gene present
in the MAF. Optionally, the analysis may be limited to only specific genes by listing them
(comma delimited) after the --phenotypes-to-include input parameter. Survival analysis may
also be performed on other columns in the clinical data file by adding the column headers
to the list of entries specified after the --phenotypes-to-include input parameter.

Here are some general guildelines for creating clinical data input files:

· Headers are required.

· The first column of each clinical data file must contain sample IDs which match those
in both the --bam-list and the MAF variant list (in the MAF, this is the
Tumor_Sample_Barcode column, specifically).

· In at least one of the clinical data files input, columns with headers "vital_status"
and "days_to_last_followup" (case insensitive) must exist. "vital_status" must be
delineated by 1's and 0's, where 0 denotes 'living', and 1 denotes 'deceased'.

Note that all input files must be tab-separated.

ARGUMENTS


--bam-list
Provide a file containing sample names and normal/tumor BAM locations for each. Use
the tab- delimited format [sample_name normal_bam tumor_bam] per line. This tool only
needs sample_name, so all other columns can be skipped. The sample_name must be the
same as the tumor sample names used in the MAF file (16th column, with the header
Tumor_Sample_Barcode).

Use gmt-music-survivalp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad