User: anc.informatics
anc.informatics • 0
- Reputation:
- 0
- Status:
- New User
- Last seen:
- 1 day, 5 hours ago
- Joined:
- 1 year, 3 months ago
- Email:
- a**************@gmail.com
Profile information, website and location are not shown for new users.
This helps us discourage the inappropriate use of our site.
Posts by anc.informatics
<prev
• 8 results •
page 1 of 1 •
next >
0
votes
0
answers
103
views
0
answers
... I normalized a batch of newer Affymetrix microarray data using **oligo package**. However, unlike the Affy package that provides the probe ids, oligo gave the reference ids corresponding to gene expression (for ex, 13320001, 13320003). In this case, how can I retrieve locus id or probe ids for each ...
written 19 days ago by
anc.informatics • 0
• updated
11 days ago by
Biostar ♦♦ 20
1
vote
1
answer
164
views
1
answer
... I tried to estimate the DEGs for a set of transcriptome from the [study][1]. In the analysis pipeline, after adapter removal using Trim galore, I first mapped the reads to reference using Hisat2. Then estimated the counts using featureCounts. These raw counts were input to DESEq2 for DEGs estimation ...
written 10 weeks ago by
anc.informatics • 0
• updated
10 weeks ago by
jared.andrews07 • 1.8k
0
votes
0
answers
815
views
0
answers
... Not an answer to your question, but consider [featureCounts][1] which is an ultra fast read count program and work well with Hisat2 output SAM file. Also, it rearrange read itself and final table of read count matrix for all paired end SAM can be obtained. For ex,
featureCounts -p -t exon -g ge ...
written 14 months ago by
anc.informatics • 0
0
votes
1
answer
1.5k
views
1
answers
... Yes, I came to know that -T option after checking the manual. Actually I was referring to an old one. Thanks again for your help!! ...
written 14 months ago by
anc.informatics • 0
0
votes
1
answer
1.2k
views
1
answers
... It was a doubt from my [previous post][1]. I think i need to use -r option in HTSeq since I will sort bam file using position and not by name.
[1]: https://www.biostars.org/p/285514/#285673 ...
written 14 months ago by
anc.informatics • 0
2
votes
1
answer
1.2k
views
1
answer
... I would like to know how to issue the command when sorting a BAM file based on name. The problem is that when I used the command,
samtools sort -n -o WT.bam /home/exp/accepted_hits.bam
It run without any error. However, when tried to index the BAM file like,
samtools index WT.bam
I go th ...
written 14 months ago by
anc.informatics • 0
• updated
14 months ago by
finswimmer ♦ 9.9k
0
votes
1
answer
1.5k
views
1
answers
... Thanks for the explanation. May I know how the -n -o can be used in sorting? First I used -no after seeing a thread from SEQanswer but, it didn't seems sort correctly as I get error
Unsorted positions on sequence #6: 5325030 followed by 5325016
samtools index: failed to create index for ...
written 15 months ago by
anc.informatics • 0
4
votes
1
answer
1.5k
views
1
answer
... I was following [DESeq2 manual][1] to process my simple RNASeq paired end data that involves wil type and stress treated plant.
I ran feature count using HTSeq (version 0.9.1) with the command,
htseq-count -a 10 -s 'no' WT-CON.sam /home/exp/DESEQ2/genes.gtf > WT-DESeq.txt
I noticed a **Wa ...
written 15 months ago by
anc.informatics • 0
• updated
15 months ago by
Martombo • 2.4k
Latest awards to anc.informatics
Popular Question
9 weeks ago,
created a question with more than 1,000 views.
For Why Warning: reads with missing mate encountered is occured in HTSeq?
Popular Question
14 months ago,
created a question with more than 1,000 views.
For Why Warning: reads with missing mate encountered is occured in HTSeq?
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2125 users visited in the last hour