Forum: Bioinformatics
03-23-2012, 02:55 AM
|
Replies: 12
Views: 6,222
|
Forum: Bioinformatics
03-22-2012, 11:57 AM
|
Replies: 12
Views: 6,222
|
Forum: Bioinformatics
09-19-2011, 04:33 AM
|
Replies: 35
Views: 21,156
Hi guo,
making Bioscope run gives even...
Hi guo,
making Bioscope run gives even system administrators a hard time. (Ours complained a lot ...) When you installed it, did you tell it you have 128 nodes? It's better to reduce the number...
|
Forum: SOLiD
08-15-2011, 11:58 AM
|
Replies: 26
Views: 14,693
Is it really that long ago already? I haven't...
Is it really that long ago already? I haven't been around the forum for some months now due to a very high workload. We're struggling with 50+35 bp PE tumor + matched control samples. I didn't test...
|
Forum: Bioinformatics
05-20-2011, 08:15 AM
|
Replies: 29
Views: 13,507
|
Forum: SOLiD
03-21-2011, 10:45 AM
|
Replies: 13
Views: 3,572
|
Forum: Bioinformatics
03-17-2011, 09:43 AM
|
Replies: 2
Views: 2,980
|
Forum: Bioinformatics
03-17-2011, 09:06 AM
|
Replies: 2
Views: 2,897
The BFAST developers recommend to use bfast...
The BFAST developers recommend to use bfast bwaaln for 25 (35) bp reads. But 25+25 bp is really really short, I thought the mate-pair standard is 50+50 whereas for paired-end it's 50+35 (I work with...
|
Forum: Bioinformatics
03-17-2011, 08:56 AM
|
Replies: 2
Views: 2,214
|
Forum: Bioinformatics
03-17-2011, 08:16 AM
|
Replies: 3
Views: 1,635
If your alignment is in BAM format, samtools...
If your alignment is in BAM format, samtools mpileup and bcftools is likely the best choice:
http://samtools.sourceforge.net/mpileup.shtml
You can get SNPs and Indels in vcf format for each...
|
Forum: Bioinformatics
03-17-2011, 08:07 AM
|
Replies: 31
Views: 12,905
|
Forum: Bioinformatics
03-01-2011, 11:35 AM
|
Replies: 29
Views: 13,507
get discordant pairs
If you extract the discordant pairs from your BAM file like that:
samtools view -hb -F 1038 orig.bam > discordant.bam
you get reads that have neither flag 2 (proper pair) nor flag 4 (read...
|
Forum: Bioinformatics
03-01-2011, 07:51 AM
|
Replies: 8
Views: 2,282
|
Forum: Bioinformatics
03-01-2011, 07:47 AM
|
Replies: 11
Views: 7,370
|
Forum: Bioinformatics
02-24-2011, 09:50 AM
|
Replies: 1
Views: 2,095
|
Forum: Bioinformatics
02-15-2011, 08:47 AM
|
Replies: 4
Views: 12,130
|
Forum: Bioinformatics
02-15-2011, 06:48 AM
|
Replies: 2
Views: 6,594
Bedtools intersectBed with vcf format
Since I could not find any documentation on how Bedtools intersectBed works with vcf format, I'm posting my question here:
I'm intersecting a vcf file from mpileup and bcftools with dbSNP132 that...
|
Forum: Bioinformatics
02-15-2011, 06:04 AM
|
Replies: 5
Views: 1,787
|
Forum: Bioinformatics
02-04-2011, 07:14 AM
|
Replies: 2
Views: 4,226
|
Forum: Bioinformatics
01-19-2011, 04:03 AM
|
Replies: 12
Views: 6,222
BioScope produced bam files have RG information...
BioScope produced bam files have RG information in the header and Picard keeps it there. I don't know what samtools does, it might ignore it unless you use the -r and -h options (which will change...
|
Forum: Bioinformatics
01-19-2011, 03:50 AM
|
Replies: 9
Views: 12,190
candidates not allele-specific
Finally we got the results from the validation of our candidates - and a big disappointment: almost all turned out to be expressed perfectly 50:50 instead of allele-specific!
Since in some papers...
|
Forum: Bioinformatics
01-13-2011, 06:04 AM
|
Replies: 1
Views: 2,769
Have you found out what went wrong?
It seems...
Have you found out what went wrong?
It seems the pairs were matched correctly because the number of singletons increased drastically:
before:
287049 with itself and mate mapped
44298 singletons...
|
Forum: Bioinformatics
01-04-2011, 07:42 AM
|
Replies: 20
Views: 18,801
If your reference sequence is correct and...
If your reference sequence is correct and indexed, as well as you BAM file, you should see the reference sequence where reads aligned. I noted that if there are no reads for a long stretch of bases,...
|
Forum: Bioinformatics
01-04-2011, 07:26 AM
|
Replies: 2
Views: 2,371
What version are you using? I copied your...
What version are you using? I copied your examples and it worked with v2.10.0:
chr1 bed2gff exon 4541 4636 0.0 * . gene_id "chr1:4540-4636"; transcript_id "chr1:4540-4636"; exon_number...
|
Forum: Bioinformatics
01-04-2011, 07:04 AM
|
Replies: 12
Views: 6,222
|