Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anibhax
    Member
    • Jan 2013
    • 24

    #1

    Can someone explain the output of BIC-seq?

    Hi,

    I'm using BIC-seq to identify CNVs in whole genome data. While I have been able to generate the output successfully, I'm having more trouble trying to understand the output. I could not find any information about the output in their home page. So I was hoping someone would break it down and explain it to me. It is my first time dealing CNV's, so I'm not really sure what to expect in the output either.

    I gave the following command:

    Code:
    BIC-seq.pl --bin_size=30 --paired bic-seq.config Output BIC_CNVs
    And it generated 4 kinds of files (.bicseg, .bic, .png, .wig)

    This is a .bicseg file output generated by the tool.

    chrom start end caseRead controlRead log2.copyRatio log10.pvalue
    chr1 9991 564570 3012 3242 -0.0658 0
    chr1 564571 567360 2324 368 2.6992 -312.8653
    chr1 567361 568650 11219 312 5.2086 -2300.0146
    chr1 568651 569610 748 117 2.7169 -95.7837
    In the .bicseg file, I would like to know what caseRead and controlRead mean? I don't understand that part at all. And also all the start and end seem to follow a window. I thought the output would be more like these are the positions where CNV's are found or something like that. I mean CNVs can come in all sizes. They don't necessarily have to be uniform correct?

    The output of a .bic file is like this,

    2825201 5784298 0.488426 9991 9456600
    135 142 0.950704 9456601 9456630
    1383418 2865712 0.482748 9456631 13772280
    2294577 4700197 0.488187 13772281 21341100
    This is the output in a .wig file,

    track type=wiggle_0 name="Bed Format" description="611_BIC_CNVs_Run3" visibility=dense color=200,100,0 altColor=0,100,200 priority=20
    chr1 9991 564570 -0.0658
    chr1 564571 567360 2.6992
    chr1 567361 568650 5.2086
    chr1 568651 569610 2.7169
    From what I know of wig files, they don't look like this. It looks more like a bed file, except the header file. It does not even load in IGV browser. Any thoughts on that?

    Thanks for the help!
  • lethalfang
    Member
    • Aug 2011
    • 95

    #2
    I'm trying BIC-seq. Just managed to install the R package, and trying it out on some tumor-normal paired bam files, but got an error. I'm not an expert in R. Does anyone know what's wrong here?


    # Just a couple of small chromosomes for testing:
    > bicseq <- BICseq(sample = '/PATH/TO/Our_Tumor.bam', reference = '/PATH/TO/Our_Normal.bam', seqNames=c("chr21", "chr22") )

    > seqs <- getBICseg(object=bicseq, bin=100, lambda=2, winSize=200, quant=0.95, mult=1)
    Error in .C("sort_rms_binning", as.integer(sample), length(sample), as.integer(reference), :
    "sort_rms_binning" not resolved from current namespace (BICseq)

    Thanks in advance.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    35 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    43 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Working...