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
-
hello
I know this post was posted earlier.... but i want to know that how many percentage of reads were align on precursor. fa because i got same problem.
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
Yesterday, 11:01 AM -
-
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...-
Channel: Articles
07-20-2026, 11:48 AM -
-
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.
...-
Channel: Articles
07-09-2026, 11:10 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 02:55 AM
|
0 responses
8 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
||
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
24 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|
Comment