Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • StephaniePi83
    Member
    • Sep 2011
    • 52

    plotting small RNA using window size - step size

    Dear all,
    I'm analyzing small RNA seq data.
    I have the genomic coordinates of some elements (called cluster) on the genome.
    I have to make some graph, representing the density of small RNA mapping to these cluster using a windows size of 250nt and step size of 25 nt ( i have to do this because it has already been done in a paper).
    I'm not sure to well understand :
    does it mean that i have to created a BED file called windows.bed for 250nt windows across the element of interest and that each windows overlap by 25 nt.
    For example :

    Code:
    chr1 0 250
    chr1 225 475
    ....
    and i create a 2nd bed file of sequence reads called reads.bed

    And i can use coverageBed from Bedtools to calculate for each window in windows.bed the number of reads in reads.bed that overlap the window.

    Do i well understand the notion of window size / step size ?

    Thanks in advance for your help,
    Stéph

    and then, i can use Bedtools
  • Kennels
    Senior Member
    • Feb 2011
    • 149

    #2
    Originally posted by StephaniePi83 View Post
    Dear all,
    I'm analyzing small RNA seq data.
    I have the genomic coordinates of some elements (called cluster) on the genome.
    I have to make some graph, representing the density of small RNA mapping to these cluster using a windows size of 250nt and step size of 25 nt ( i have to do this because it has already been done in a paper).
    I'm not sure to well understand :
    does it mean that i have to created a BED file called windows.bed for 250nt windows across the element of interest and that each windows overlap by 25 nt.
    For example :

    Code:
    chr1 0 250
    chr1 225 475
    ....
    and i create a 2nd bed file of sequence reads called reads.bed

    And i can use coverageBed from Bedtools to calculate for each window in windows.bed the number of reads in reads.bed that overlap the window.

    Do i well understand the notion of window size / step size ?

    Thanks in advance for your help,
    Stéph

    and then, i can use Bedtools
    Hi,

    For example, it means you count the number of small RNA that mapped to pos 0-250, then 25-275, then 50-300 and so on, and you plot the total number of mapped smallRNA in these 250nt bins.

    Comment

    • StephaniePi83
      Member
      • Sep 2011
      • 52

      #3
      Hi Kennels,
      I'm not sure to well understand, what is the x-axis of the plot ? [0,25,50, ...] ?
      There is redundancy no ? I mean, small RNA that have been counted in the windows [0,250] will also be counted in the windows [25,275], no ?

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by SEQadmin2


        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

        Here are nine questions we think about, in roughly the order they matter, before...
        06-18-2026, 07:11 AM
      • SEQadmin2
        From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
        by SEQadmin2


        Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


        The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
        ...
        06-02-2026, 10:05 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      34 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      99 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      120 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      113 views
      0 reactions
      Last Post SEQadmin2  
      Working...