Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Questions about small RNA-seq (single-end and strand-specific)

    Hello everyone!
    I'm new analyzing transcriptomic.
    I have small RNA-seq data, single-end from Rat.
    Initially, I mapped the data with Bowtie with next command:

    bowtie -p 50 --mm -n 0 --best --strata -m 1 /media/stdata/bowtie1_index/rn6/rn6_bw1 -q $each_file\.fastq -S $each_file\_n0_m1.sam

    ** -n 0 and -m 1, because we are probing parameters.

    After, I noticed that the kit to make library was "TruSeq® Small RNA Library".
    Reading in the web, I found that:

    "For example, the Illumina TruSeq small RNA sample preparation kit produces strand-specific libraries. The kit specifically selects the RNA species that have a monophosphate group at its 5′-end and a hydroxyl group at 3′-end, a typical structure for miRNAs."
    LINK: https://www.liebertpub.com/doi/full/.../nat.2012.0367

    Then, I think that bowtie also must have option for strand-specific.
    Considering that the data is single-end and default is --fr, Must I need to add option for strand-specific?

    If so, what options are they?
    I found:

    --fr/--rf/--ff -1, -2 mates align fw/rev, rev/fw, fw/fw (default: --fr)
    --nofw/--norc do not align to forward/reverse-complement reference strand

    But I have single end, so I think is necessary to use "--nofw/--norc", but I'm confused which one to choose.

  • #2
    Hi Name_less_,

    You don't say if you do a genomic alignment to you map directly to a smallRNA database(s).
    In case you do genomic alignment you should not use --nofw/--norc for the Bowtie alignment as you would disallow alignment to the - strand of the genome. Instead, you should use strand-specific counting afterward (for example in FeatureCounts option -s 1).
    If you do database (miRBase, piRBase, ...) you should use the --nofw/--norc option because you assume the sequences in the database are already in the same direction as they could be found in the organism.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin


      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
      Yesterday, 07:01 AM
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    39 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    41 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    35 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X