Forum: Bioinformatics
09-27-2018, 11:31 PM
|
Replies: 5
Views: 3,334
|
Forum: Bioinformatics
08-26-2015, 04:13 PM
|
Replies: 0
Views: 2,098
cuffdiff results
Looking at some publicly available RNAseq data. I ran cuffdiff on a pair of tumor-normal RNAseq data downloaded from TCGA, and I'm wondering what those results mean.
In the gene_exp.diff or the...
|
Forum: Bioinformatics
08-12-2015, 04:51 PM
|
Replies: 10
Views: 12,538
|
Forum: Bioinformatics
07-22-2015, 11:32 PM
|
Replies: 2
Views: 1,663
|
Forum: Literature Watch
04-06-2015, 11:15 AM
|
Replies: 41
Views: 28,746
|
Forum: Literature Watch
04-06-2015, 10:44 AM
|
Replies: 41
Views: 28,746
|
Forum: Bioinformatics
03-25-2015, 11:46 AM
|
Replies: 10
Views: 20,852
I considered "variant allele frequency" as the...
I considered "variant allele frequency" as the frequency of variant alleles in a given sample.
So the tumor's variant allele frequency does not care what's in the normal tissue, and vice versa. ...
|
Forum: Bioinformatics
01-20-2015, 09:06 AM
|
Replies: 8
Views: 15,859
What about samtools | mpileup | bcftools in...
What about samtools | mpileup | bcftools in particular?
I know mpileup has a default base quality of 13 and mapping quality of 0, but that's "raw depth" right?
What does samtools' high-quality...
|
Forum: Bioinformatics
01-19-2015, 03:51 PM
|
Replies: 8
Views: 15,859
|
Forum: Bioinformatics
09-10-2014, 10:12 AM
|
Replies: 10
Views: 20,852
|
Forum: Bioinformatics
08-26-2014, 04:06 PM
|
Replies: 2
Views: 2,482
How to find TCGA data in cghub?
We have gotten access approval for some TCGA data, but how do I find them? I have GeneTorrent (gtdownload and cgquery) installed, but it seems mightily difficult to find anything I'm looking for.
...
|
Forum: Bioinformatics
07-29-2014, 11:51 AM
|
Replies: 2
Views: 1,663
CREST outputs: what's wrong?
Spent many days to get all the CREST dependencies to run, and anyone knows what this means?
CREST.pl -f tumor.bam.cover.somatic.cover -d tumor.bam -g normal.bam --ref_genome...
|
Forum: Bioinformatics
07-16-2014, 10:25 AM
|
Replies: 0
Views: 703
Understand the mapability wig file values
#bedGraph section chr1:10000-81873
chr1 10000 10014 0.00277778
chr1 10014 10015 0.333333
chr1 10015 10026 0.5
chr1 10026 10031 1
chr1 10031 10036 0.5
chr1 10036 10037 0.333333...
|
Forum: Bioinformatics
06-13-2014, 03:08 PM
|
Replies: 0
Views: 2,883
|
Forum: Bioinformatics
06-08-2014, 09:12 PM
|
Replies: 0
Views: 1,087
How to parse the bases string in pileup file
Does anyone know of a simple way to parse the base string of a pileup file into each call?
I want to parse it using the regex of Python, but I find a bit challenging to parse things like, ...
|
Forum: Bioinformatics
05-25-2014, 01:27 PM
|
Replies: 0
Views: 1,878
|
Forum: Bioinformatics
05-22-2014, 11:58 AM
|
Replies: 1
Views: 1,282
Control-FREEC, input for ploidy
Control-FREEC has an input for ploidy.
I wonder what is considered a better practice (ploidy=2 or ploidy=4) if I'm looking at a near-tetraploid cancer tissue like this in a tumor-normal pair: ...
|
Forum: Bioinformatics
05-22-2014, 11:09 AM
|
Replies: 12
Views: 2,523
You may have mostly positions that are only...
You may have mostly positions that are only called in one single replicates.
Try this as a test, just to extract only those positions that exist in all 5 replicates, to see if things are working...
|
Forum: Bioinformatics
05-22-2014, 10:53 AM
|
Replies: 12
Views: 2,523
|
Forum: Bioinformatics
05-22-2014, 08:29 AM
|
Replies: 12
Views: 2,523
|
Forum: Bioinformatics
05-21-2014, 01:19 PM
|
Replies: 12
Views: 2,523
|
Forum: Bioinformatics
05-21-2014, 01:01 PM
|
Replies: 12
Views: 2,523
|
Forum: Bioinformatics
05-21-2014, 12:56 PM
|
Replies: 12
Views: 2,523
|
Forum: Bioinformatics
05-19-2014, 10:47 AM
|
Replies: 1
Views: 3,824
multiIntersectBed, or something like this
Hi,
I'm looking for overlapping regions from 3 (or more) bed files. multiIntersectBed from bedtools does that. However, I also want other features and information from those bed files be printed...
|
Forum: Bioinformatics
05-18-2014, 07:57 PM
|
Replies: 3
Views: 2,498
Bed file coordinate sorting
Apparently, I don't quite understand how a bed file should be sorted. I can't quite figure out what's wrong.
bedops --ec --everything myData.bed > /dev/null
May use bedops --help for more help....
|