Forum: Bioinformatics
10-17-2011, 01:43 PM
|
Replies: 1
Views: 2,074
samtools tview
Hi, all
I've used samtools tview for few days, I do see the reads in upper and lower cases, and I assumed that they are in opposite strand, but all of sudden I want to confirm this, seems I...
|
Forum: Bioinformatics
05-06-2011, 11:21 AM
|
Replies: 0
Views: 4,338
|
Forum: Bioinformatics
01-08-2010, 10:52 AM
|
Replies: 48
Views: 53,604
|
Forum: Bioinformatics
01-06-2010, 04:36 PM
|
Replies: 48
Views: 53,604
|
Forum: Bioinformatics
12-11-2009, 11:39 AM
|
Replies: 3
Views: 2,863
the number of aligned reads by maq and bwa
We have applied maq and bwa to align the same production data, and we see an obvious difference on the number of aligned reads between maq and bwa, especially a decrease in the number with longer...
|
Forum: Bioinformatics
10-30-2009, 02:10 PM
|
Replies: 6
Views: 15,142
|
Forum: Bioinformatics
10-30-2009, 09:58 AM
|
Replies: 6
Views: 15,142
|
Forum: Bioinformatics
10-29-2009, 11:04 AM
|
Replies: 6
Views: 15,142
bwa mapping quality
bwa approximate mapping quality in such way,
{.
.
.
if (p->c1 == 0) return 23;
if (p->c1 > 1) return 0;
if (p->n_mm == mm) return 25;
if (p->c2 == 0) return 37;
n = (p->c2 >= 255)?...
|
Forum: Bioinformatics
10-20-2009, 10:07 AM
|
Replies: 18
Views: 14,827
|
Forum: Bioinformatics
08-27-2009, 04:14 PM
|
Replies: 5
Views: 3,370
|
Forum: Bioinformatics
08-25-2009, 01:16 PM
|
Replies: 5
Views: 3,370
BreakDancer problems
Does anyone ever use BreakDancer to detect GSV?
I downloaded it from http://genome.wustl.edu/tools/cancer-genomics, but I found I can't run it successfully, I don't know if I use correct command,...
|
Forum: Bioinformatics
08-21-2009, 03:09 PM
|
Replies: 19
Views: 20,876
I had this problem too, my solution was to use...
I had this problem too, my solution was to use unix command to trim and fold the fasta file. You would have to cut the header first, and catenate it with your sorted fasta file. It perfectly solves...
|
Forum: Bioinformatics
08-14-2009, 09:38 AM
|
Replies: 48
Views: 53,604
|
Forum: Bioinformatics
08-13-2009, 12:37 PM
|
Replies: 48
Views: 53,604
Output of maq is map file, use maq mapview to...
Output of maq is map file, use maq mapview to make it visible and count the lines which can be done by unix command. The output of bwa is sam file which is human readable, you should be able to open...
|
Forum: Bioinformatics
08-13-2009, 11:47 AM
|
Replies: 4
Views: 1,957
It still mixed me up, I thought NM (edit...
It still mixed me up, I thought NM (edit distance) is more or less similar to "number of mismatches of the best hit" defined in MAQ manual. I ever parsed the maq output (.map) file, the distribution...
|
Forum: Bioinformatics
08-13-2009, 10:36 AM
|
Replies: 4
Views: 1,957
|
Forum: Bioinformatics
08-13-2009, 09:54 AM
|
Replies: 48
Views: 53,604
|
Forum: Bioinformatics
08-12-2009, 09:54 AM
|
Replies: 48
Views: 53,604
FLAG field is normally associated with other...
FLAG field is normally associated with other attributes to parse the read, likely, if this read is mapped, if this red is paired..... see the description table in samtools manual.
For MAPQ...
|
Forum: Bioinformatics
08-10-2009, 09:18 AM
|
Replies: 18
Views: 14,827
|
Forum: Bioinformatics
08-10-2009, 09:06 AM
|
Replies: 18
Views: 14,827
|
Forum: Bioinformatics
08-09-2009, 04:12 PM
|
Replies: 8
Views: 6,183
Yes, for 75bp read, you may have to use...
Yes, for 75bp read, you may have to use maq2sam-long, otherwise, otherwise you will get seg fault :<.
I have not downloaded new samtools, I guess it will be more handy to use samtools view -x. For...
|
Forum: Bioinformatics
08-07-2009, 09:18 AM
|
Replies: 8
Views: 6,183
|
Forum: Bioinformatics
08-06-2009, 02:15 PM
|
Replies: 0
Views: 1,700
hits information in sam file
I am unclear about the hit number (H0, H1) and edit distance (NM) in sam file, the detailed discussion is in thread:
http://seqanswers.com/forums/showthread.php?t=2258
Welcome to post comments...
|
Forum: Bioinformatics
08-06-2009, 01:59 PM
|
Replies: 15
Views: 4,916
|
Forum: Bioinformatics
08-06-2009, 01:06 PM
|
Replies: 15
Views: 4,916
Yes, you should be able to know, since they are...
Yes, you should be able to know, since they are actually same. NM in sam is obtained from field "number of mismatches of the best hit", H0 is from field "number of 0-mismatch hits of the first 24bp",...
|