Man page - cnvkit-import-rna(1)
Packages contas this manual
- cnvkit-import-seg(1)
- cnvkit-breaks(1)
- cnvkit-heatmap(1)
- cnvkit-import-theta(1)
- cnvkit-autobin(1)
- cnvkit-sex(1)
- cnvkit-diagram(1)
- cnvkit-reference(1)
- cnvkit-genemetrics(1)
- cnvkit-segment(1)
- cnvkit-scatter(1)
- cnvkit-target(1)
- cnvkit-call(1)
- cnvkit-batch(1)
- cnvkit-metrics(1)
- cnvkit-segmetrics(1)
- cnvkit-coverage(1)
- cnvkit-export(1)
- cnvkit-import-picard(1)
- cnvkit-fix(1)
- cnvkit-bintest(1)
- cnvkit-import-rna(1)
- cnvkit-antitarget(1)
- cnvkit-access(1)
Package: cnvkit
apt-get install cnvkit
apt-get install cnvkit
Manuals in package:
Documentations in package:
Manual
| CNVKIT_IMPORT-RNA(1) | User Commands | CNVKIT_IMPORT-RNA(1) |
NAME
cnvkit_import-rna - Convert a cohort of per-gene log2 ratios to CNVkit .cnr format.
DESCRIPTION
usage: cnvkit.py import-rna [-h] [-f NAME] -g FILE [-c FILE]
- [--max-log2 FLOAT] [-n NORMAL [NORMAL ...]]
- [-d PATH] [-o FILE] [--no-gc] [--no-txlen] FILES [FILES ...]
positional arguments:
- FILES
- Tabular files with Ensembl gene ID and number of reads mapped to each gene, from RSEM or another transcript quantifier.
options:
- -h, --help
- show this help message and exit
- -f NAME, --format NAME
- Input format name: 'rsem' for RSEM gene-level read counts (*_rsem.genes.results), or 'counts' for generic 2-column gene IDs and their read counts (e.g. TCGA level 2 RNA expression).
- -g FILE, --gene-resource FILE
- Location of gene info table from Ensembl BioMart.
- -c FILE, --correlations FILE
- Correlation of each gene's copy number with expression. Output of cnv_expression_correlate.py.
- --max-log2 FLOAT
- Maximum log2 ratio in output. Observed values above this limit will be replaced with this value. [Default: 3.0]
- -n NORMAL [NORMAL ...], --normal NORMAL [NORMAL ...]
- Normal samples (same format as `gene_counts`) to be used as a control to when normalizing and re-centering gene read depth ratios. All filenames following this option will be used.
- -d PATH, --output-dir PATH
- Directory to write a CNVkit .cnr file for each input sample. [Default: .]
- -o FILE, --output FILE
- Output file name (summary table).
To disable specific automatic bias corrections:
- --no-gc
- Skip GC correction.
- --no-txlen
- Skip transcript length correction.
| July 2023 | cnvkit.py import-rna 0.9.10 |