Giter Site home page Giter Site logo

Comments (3)

user-tq avatar user-tq commented on August 17, 2024

In order to obtain as many transcripts as possible corresponding to genes,i do

zcat   /mnt/tool/software_tq/myscript/MANE.GRCh38.v1.0.summary.txt.gz |awk -F'\t' '{print $4,$6,$8,$10}'|grep 'MANE Select'|awk '{print $3}'|awk -F. '{print $1}'  > MANE.list

vcf2maf.pl --input-vcf ../vcfs/patient101.vcf --output-maf    test_patient101.maf             --tumor-id patient101.tumor             --ref-fasta /mnt/tool/ref_source/iGenomes/references/Homo_sapiens/GATK/GRCh37/Sequence/WholeGenomeFasta/human_g1k_v37_decoy.fasta             --vep-data /mnt/script/tanq/snakemake/ngs-pipeline/vep_cache             --ncbi-build GRCh37             --vep-path $vep_path             --maf-center mane_test             --normal-id patient101.normal  --vep-overwrite   --verbose    --custom-enst  MANE.list ```

In the end, I realized that this was a bad idea, based on the KMT2B I annotated
in vep grch37
KMT2B-ENST00000222270-NM_014727.1

KMT2B,frameshift_variant,p.Asp375GlufsTer11,ENST00000222270,NM_014727.1;
KMT2B,frameshift_variant,p.Asp375GlufsTer11,ENST00000420124,;
KMT2B,frameshift_variant,p.Asp375GlufsTer11,ENST00000341701,;
ZBTB32,downstream_gene_variant,,ENST00000262630,NM_014383.1;
ZBTB32,downstream_gene_variant,,ENST00000392197,;
ZBTB32,downstream_gene_variant,,ENST00000426659,;
KMT2B,non_coding_transcript_exon_variant,,ENST00000607650,;
KMT2B,non_coding_transcript_exon_variant,,ENST00000606995,;
ZBTB32,downstream_gene_variant,,ENST00000481182,;

but in MANE select (base on GRCh38)
KMT2B-NM_014727.3-ENST00000420124.4

from vcf2maf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.