-
Notifications
You must be signed in to change notification settings - Fork 170
instructions create genome position file
Brian Haas edited this page Oct 18, 2018
·
1 revision
To generate a Genomic Positions file from a GTF file please use the gtf_to_position_file.py script provided in the scripts directory.
# By Default use gene_id as the name of your feature
python ./scripts/gtf_to_position_file.py your_reference.gtf your_gen_pos.txt
# You can change what gtf attribute key is used, here transcript_id is used.
python ./scripts/gtf_to_position_file.py --attribute_name transcript_id your_reference.gtf your_gen_pos.txt
(This command should work in both Python 2.X and 3.X environments).
- InferCNV Home
- Quick Start
- Installing inferCNV
- Running InferCNV
- Applying Noise Filters
- Predicting CNV via HMM
- Bayesian Mixture Model
- Tumor heterogeneity - define tumor subclusters
- Interpreting the Figure
- Inputs to InferCNV
- Outputs from InferCNV
- More inferCNV example data sets
- Using 10x data
- Interactively navigating data using the Next Generation Heatmap Viewer
- Extracting HMM features
- FAQ and common issues