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
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      Today, 07:48 AM
    • 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...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 07:17 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    20 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-29-2024, 10:49 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Working...
    X