Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • silverfish
    Junior Member
    • Aug 2014
    • 1

    #16
    Hi,

    I am a beginner, and I just downloaded and tried CONTRA before using it on my samples. I first ran the test files provided. It worked paritally until it came to the reference file part and it says:

    Error: The requested fasta database file (human_g1k_v37.fasta) could not be opened. Exiting!
    Creating VCF file ...
    ContraTest/sampleName/table/CNATable.10rd.10bases.20bins.vcf created.
    Done...

    The /Table/CNATable.10rd.10bases.20bins.txt is 1.9 MB in size. The CNATable.10rd.10bases.20bins.DetailsFILTERED.txt has just the headings. The VCF file is also empty with just the headers.

    I re-downloaded the fasta file and still the same error. Can someone pl. help address this? the created vcf file, ofcourse is empty.

    Thanks,

    Thane

    Comment

    • shruti
      Member
      • Mar 2010
      • 35

      #17
      ADTex

      Hi I am using ADTEx (1.0.4) but it is not running properly.
      I always encounter either of the problems.
      All my coordinates are in chr format for BAM, target etc files.

      1.
      Analysing CNV...
      [1] "Analysing tumour sample with base ploidy : 3"
      [1] "Analysing tumour sample with base ploidy : 2"
      [1] "Analysing tumour sample with base ploidy : 4"
      Error in CNA(baf$mirrored_BAF[baf$chrom == i], baf$chrom[baf$chrom == :
      genomdat must be numeric
      Execution halted
      Error in CNA(baf$mirrored_BAF[baf$chrom == i], baf$chrom[baf$chrom == :
      genomdat must be numeric
      Execution halted
      Error in file(file, "rt") : cannot open the connection
      Calls: read_file -> read.delim -> read.table -> file
      In addition: Warning message:

      2.
      Analysing CNV...
      [1] "Analysing tumour sample with base ploidy : 2"
      [1][1] "Analysing tumour sample with base ploidy : 3" "Analysing tumour sample with base ploidy : 4"

      Error in dnorm(x, mean, sd, log) :
      Non-numeric argument to mathematical function
      Calls: predict.cnv -> viterbi -> dnorm
      Execution halted
      Error in dnorm(x, mean, sd, log) :
      Non-numeric argument to mathematical function
      Calls: predict.cnv -> viterbi -> dnorm
      Execution halted
      Error in dnorm(x, mean, sd, log) :
      Non-numeric argument to mathematical function
      Calls: predict.cnv -> viterbi -> dnorm
      Execution halted
      Error in file(file, "rt") : cannot open the connection
      Calls: read_file -> read.delim -> read.table -> file

      Have any of you encountered such a problem.

      Thanks

      shruti

      Comment

      • pmint
        Junior Member
        • Aug 2013
        • 2

        #18
        Error in CNA(baf$mirrored_BAF[baf$chrom == i], baf$chrom[baf$chrom == :
        genomdat must be numeric

        I had same problem, and I solved.
        It can be solved by adding 'mirrored_BAF' column in .baf file.
        I added these command in the 147th line of cnv_analyse.R

        tmp = baf$tumor_BAF
        tmp[tmp > 0.5] = 1 - tmp[tmp > 0.5]
        baf$mirrored_BAF = tmp

        These are not so pretty, but I got results.

        Comment

        • Dataman
          Junior Member
          • Jul 2014
          • 1

          #19
          Originally posted by jtjli View Post
          Hi All and Jason,

          I am using ADTEx to perform copy number analysis of some exome sequencing data. ADTEx requires a B-allele frequency file in order to perform ploidy estimation and genotype prediction. However, I do not know how to create such file and the ADTEx tutorial does not explain it either. I was wondering if there is a general way to create B-allele frequency files that I do not know of!

          The file as is explained in the tutorial should have the following fields:

          chrom - chromosome name (same format as in BED or BAM file)
          SNP_loc - location of the SNP
          control_BAF - B allele frequency (BAF) at each SNP in control sample
          tumor_BAF - B allele frequency (BAF) at each SNP in tumor sample
          control_doc - Total read count at each SNP in control sample
          tumor_doc - Total read count at each SNP in tumour sample

          Thank you in advance for your responses and wishing you all a nice summer.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
            by SEQadmin2


            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

            The systematic characterization of the human proteome has
            ...
            07-20-2026, 11:48 AM
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 02:55 AM
          0 responses
          4 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-24-2026, 12:17 PM
          0 responses
          10 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-23-2026, 11:41 AM
          0 responses
          11 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-20-2026, 11:10 AM
          0 responses
          23 views
          0 reactions
          Last Post SEQadmin2  
          Working...