Which tool (i.e. perl script) could I use to map my fastq-file onto the hairpin.fa file in mirbase?
Unconfigured Ad
Collapse
X
-
You can use Bowtie (or BWA, or any short-read aligner). Create an index from the hairpin.fa file (bowtie-build) and map your fastq directly to the index. Specify the number of mismatches you want (up to 3).
Make sure that you remove the 3'end adapter sequences from your raw file, if necessary (fastx-toolkit does that pretty well, but there are other tools).
-
-
I made an bowtie_index from hairpin.fa and aligned mapped with bowtie useing following command $ bowtie <bowtie_hairpin> <my_input>
but i get the following message:
# reads processed: 23178672
# reads with at least one reported alignment: 86 (0.00%)
# reads that failed to align: 23178586 (100.00%)
Reported 86 alignments to 1 output stream(s)
The input-file is fastqsanger and has been processed by fastq-groomer in Galaxy.
Comment
-
-
fastq-groomer does not remove the 3'end adapter sequence present on the 3'end of your sequences (correct me if I am wrong).
What is the size of the sequences you tried to align?
If they are microRNA sequences, most of them should be in the range 20-24 nt. Most probably, your sequences are longer than that, and therefore, you should remove some nucleotides (a non-fixed number) on the 3'end.
On Galaxy, you should use the tool "clip" under "fastx-toolkit for fastq data". If you don't know the sequence of your adapter, you can either guess it by looking at your file, look around to find the most common ones, or use the tool "trim" to trim a fixed number of nucleotides at the end of your sequences (this is not recommended, since you'll lose useful nucleotides).
Keep me posted,
Comment
-
-
I have clipped adapters from 3'end and I have trimmed remaining reads so that they are between 18 and 24 nt long. Most of them should therefore be miRNAs.
Shouldnt it work to downloads one of the files from miRBase and do bowtie_build and then just run
$ bowtie <db_file> <input> <output>
Comment
-
-
Palgrave,
I think the hairpin.fa has the sequences in A, U, G, C nucleotide format. Whereas, your sequence reads might have A,T,G,C. I don't know if this would matter with bowtie, but you might want to try converting the U to T in the ref and do index again and run an alignment.
P
Comment
-
Latest Articles
Collapse
-
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.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 10:09 AM
|
0 responses
9 views
0 reactions
|
Last Post
by SEQadmin2
Today, 10:09 AM
|
||
|
Started by SEQadmin2, Yesterday, 08:59 AM
|
0 responses
17 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
25 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
||
|
Started by SEQadmin2, 06-02-2026, 11:40 AM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 11:40 AM
|
Comment