Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HESmith
    replied
    [Note: Illumina-specific explanation] The confusion is due to ambiguity in usage. Paired-end is the type of sequencing, in contrast to single-end. These terms are also used to describe the types of library, since the early versions of Illumina sample prep were different depending upon whether you wanted to sequence one end or two. In both cases, the insert is a contiguous fragment of gDNA (or cDNA). The insert is sequenced from the end(s), and sequencing is 5'->3', which means that read two of paired-end sequencing is the reverse complement of read one. Alignment of each read produces the following orientation (sometimes referred to as head-to-head):

    read1----> <----read2

    Mate-pair libraries are not constructed from a contiguous segment of gDNA, but from a circular permutation that produces tail-to-tail orientation of the aligned reads:

    read1<---- ---->read2

    Note that the orientation is different for alignment only. Paired-end sequencing always reads into the insert and from the opposite strands.

    HTH

    Leave a comment:


  • Topulaneus-Hattum
    replied
    "orientation of the reads differ between paired-end and mate-pair"

    That statement confuses me now, because these two descriptions from Illumina appear to indicate that read orientations are the same in both paired end and mate pair.


    The figures on those two pages show complementary reads for both.

    Am I misinterpreting those two pages? Are the terms used inconsistently, with different meaning for different sequencers?

    For pindel, does it expect reads from the same pair to be complementary or non-complementary? And can it handle inserts in the 8K range if the reads are correctly oriented?

    Thanks,
    T.Hattum

    Leave a comment:


  • Topulaneus-Hattum
    replied
    "orientation of the reads differ between paired-end and mate-pair"

    I tried to find something that explains the difference online. I found a SeqAnswer that described some physical difference in the process but didn't elaborate on how this would affect orientations.

    I understand that reads from opposite ends of the same molecule, read along different strands, will result in pairs that have opposite orientation (in the absence of any SV). And examining the orientations of the alignments for my pairs, my pairs have opposite orientations.

    But I still don't know whether my data is paired-end or mate-pair (because I don't understand what the terms mean, except that they mean two things). Am I off base in thinking this is something I can determine just from looking at my data? Or do I need to go back to the people that did the sequencing and ask them? OR is it more than just that the orientations are opposite, that +- is different than -+?

    Apologizing for my ignorance in this matter. And thanks very much for educating me.
    T.Hattum

    Leave a comment:


  • KaiYe
    replied
    the orientation of the reads differ between paired-end and mate-pair. normally mate-pair data has longer insert, in a range as your data. please make sure it is paired-end library. Pindel assumes paired-end data.

    Leave a comment:


  • Topulaneus-Hattum
    replied
    Hi, thanks for your very fast reply!

    I'm not sure about your question. The data is pairs, two 150 bp reads expected to be about 8K apart. Does that fit the description of mate-pair?

    My reference is human, and before I run the entire genome I tried a single chromosome test for chr22. My input is mappings from BWA-mem, as a single positionally sorted BAM file (≈30G bytes). Looking at the user manual, I am following step 1 option 1 which appears to indicate I can use my BAM file directly. Option3 discusses sam2pindel but the context there is for aligners other than BWA. Are you suggesting that I should use option 3 because I have long inserts?

    Leave a comment:


  • KaiYe
    replied
    Originally posted by Topulaneus-Hattum View Post
    I am new to pindel and am running version 0.2.5a3. I have large insert Illiumina data, with inserts in the range 6k to 10K. I have indicated 8000 in my config file but my first question is how does pindel know what the distribution is? Does it recover the distribution from the alignments?

    My second question is that I am getting MANY warnings that look exactly like this:
    warning: currentState.Reads_RP_Discovery[read_index].InsertSize 8000
    Can I ignore these or are they telling me something is wrong?

    T.Hattum
    are you working on mate-pair data? you'd better to extract reads with the provided sam2pindel, then compute.

    please ignore the warnings.

    Leave a comment:


  • Topulaneus-Hattum
    replied
    I am new to pindel and am running version 0.2.5a3. I have large insert Illiumina data, with inserts in the range 6k to 10K. I have indicated 8000 in my config file but my first question is how does pindel know what the distribution is? Does it recover the distribution from the alignments?

    My second question is that I am getting MANY warnings that look exactly like this:
    warning: currentState.Reads_RP_Discovery[read_index].InsertSize 8000
    Can I ignore these or are they telling me something is wrong?

    T.Hattum

    Leave a comment:


  • KaiYe
    replied
    your bam was aligned against a different reference genome. NC_007605 is in your bam file but not in the reference provided. Pindel is looking for interchromosomal split-reads but does not find the chr sequence specified in the mapping data.

    Leave a comment:


  • AlisonF
    replied
    Hi,

    I am running Pindel version 0.2.5 on a set of samples with the command:
    pindel -T 18 -f human_g1k_v37.fa.txt -i config070.txt -c ALL -L TESTconfig070.txt.log -o TESTconfig070.txt.out

    It ran for a couple of minutes and gave an error message:
    Error: chromosome with name : NC_007605 not yet loaded into memory. Aborting.

    I am not sure what it means. Anyone has suggestion on how to solve the problem? Thank you.

    Leave a comment:


  • Nino
    replied
    I have sent you an email please look out for a med.cornell.edu email.

    Thanks,
    Nino

    Leave a comment:


  • KaiYe
    replied
    Originally posted by Nino View Post
    Pindel version 0.2.5a2, September 17 2013.
    can you either provide your bam or isolate the regions causing the error? [email protected]

    Leave a comment:


  • Nino
    replied
    Pindel version 0.2.5a2, September 17 2013.

    Leave a comment:


  • KaiYe
    replied
    Originally posted by Nino View Post
    Hello Kaiye,

    I am running pindel on DNAseq whole exomes data from BWA output and out of the four samples I have one of them gives me segmentation fault. The other three run fine without any issues any idea why?

    Thanks,
    Nino
    your pindel version?

    Leave a comment:


  • Nino
    replied
    Hello Kaiye,

    I am running pindel on DNAseq whole exomes data from BWA output and out of the four samples I have one of them gives me segmentation fault. The other three run fine without any issues any idea why?

    Thanks,
    Nino

    Leave a comment:


  • KaiYe
    replied
    Originally posted by bwubb View Post
    Ah Thanks for the reply. Could you clarify "divide calculations by genomic regions"? Do you mean doing one chromosome at a time? Or something else? Thanks.
    you can use various strategies to divide calculation over nodes.


    1. -c chr:start-end or chr for entire chromosome
    2. -j bed (chr start end): a list of regions you are interested.

    Leave a 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, 07-24-2026, 12:17 PM
0 responses
19 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-23-2026, 11:41 AM
0 responses
19 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-20-2026, 11:10 AM
0 responses
25 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-13-2026, 10:26 AM
0 responses
38 views
0 reactions
Last Post SEQadmin2  
Working...