Forum: Bioinformatics
05-24-2016, 08:45 AM
|
Replies: 138
Views: 50,989
Thanks, I noticed that as well and change the...
Thanks, I noticed that as well and change the length accordingly.
We are checking the bisulfite conversion rate.
Although in the human genome, non-CpGs are unmethylated, if there is a bisulfite...
|
Forum: Bioinformatics
05-24-2016, 07:57 AM
|
Replies: 138
Views: 50,989
check 4 cases?
Thanks for the script.
what I thought:
I will need to check CCG + adaptor or TCG + adaptor for unmethylated filled-in Cs.
and CTG + adaptor or TTG + adaptor for methylated filled-in Cs.
e.g....
|
Forum: Bioinformatics
05-23-2016, 01:19 PM
|
Replies: 138
Views: 50,989
|
Forum: Bioinformatics
05-23-2016, 10:15 AM
|
Replies: 138
Views: 50,989
most of my samples have a spike-in lambda...
most of my samples have a spike-in lambda unmethylated DNA. I mapped them to lambda genome and calculated the efficiency. I do not have spike-in for one sample. I have to check the conversion...
|
Forum: Bioinformatics
01-24-2016, 05:20 PM
|
Replies: 6
Views: 2,260
Thanks, I would like to read the manuscript....
Thanks, I would like to read the manuscript. Please send to tangming2005@gmail.com
I will be testing bam-matcher in the near future, and I will come back to you when I have questions.
Thanks...
|
Forum: Bioinformatics
01-23-2016, 07:46 PM
|
Replies: 6
Views: 2,260
Thanks Paul for your answer.
For ChIP-seq, I...
Thanks Paul for your answer.
For ChIP-seq, I can call peaks and find the regions with enough depth, DP >15 as suggested in bitbucket page.
I can also find regions with enough reads for WES. So, I...
|
Forum: Bioinformatics
01-23-2016, 07:23 PM
|
Replies: 6
Views: 2,260
I have bam files for Whole exome sequencing(100...
I have bam files for Whole exome sequencing(100 bp paired-end) and ChIP-seq (36bp single end) from the same sample, can I still use the tool?
ChIP-seq only has signals where the protein or histone...
|
Forum: Bioinformatics
04-17-2015, 07:55 AM
|
Replies: 7
Views: 3,264
|
Forum: Bioinformatics
04-15-2015, 09:19 AM
|
Replies: 7
Views: 3,264
see my post here...
see my post here http://crazyhottommy.blogspot.com/2013/06/convert-eland-sortedtxt-to-bam-file.html
|
Forum: Bioinformatics
11-24-2014, 10:45 AM
|
Replies: 6
Views: 18,348
|
Forum: Bioinformatics
11-19-2014, 11:07 AM
|
Replies: 18
Views: 6,810
|
Forum: Bioinformatics
11-10-2014, 07:28 AM
|
Replies: 1
Views: 1,221
|
Forum: Bioinformatics
10-22-2014, 11:49 AM
|
Replies: 2
Views: 1,949
try Rcount...
try Rcount http://bioinformatics.oxfordjournals.org/content/early/2014/10/15/bioinformatics.btu680.abstract
|
Forum: Bioinformatics
09-03-2014, 10:08 AM
|
Replies: 3
Views: 7,569
|
Forum: Bioinformatics
08-22-2014, 06:25 AM
|
Replies: 14
Views: 5,590
you should get rid of the last five lines:
...
you should get rid of the last five lines:
Just use this single command to merge the HTSeq count results:
paste *txt | cut -f1,2,4,6,8,10,12,14,16,18,20,22,24,26 | head -n -5 > counts.txt
Note:...
|
Forum: Bioinformatics
08-20-2014, 11:16 AM
|
Replies: 14
Views: 5,590
Have a look at my post...
Have a look at my post http://crazyhottommy.blogspot.com/2013/10/rna-seq-analysis-samtools-sort-and.html
|
Forum: Bioinformatics
08-04-2014, 07:48 PM
|
Replies: 4
Views: 1,744
|
Forum: Bioinformatics
08-04-2014, 07:48 PM
|
Replies: 4
Views: 1,744
|
Forum: Bioinformatics
07-31-2014, 12:09 PM
|
Replies: 6
Views: 11,679
|
Forum: Bioinformatics
07-31-2014, 08:50 AM
|
Replies: 14
Views: 2,900
|
Forum: Bioinformatics
07-30-2014, 01:17 PM
|
Replies: 3
Views: 1,527
|
Forum: Bioinformatics
07-27-2014, 05:37 PM
|
Replies: 4
Views: 1,501
|
Forum: Bioinformatics
07-22-2014, 02:42 PM
|
Replies: 14
Views: 2,900
|
Forum: Bioinformatics
07-22-2014, 12:23 PM
|
Replies: 14
Views: 2,900
|
Forum: Bioinformatics
07-22-2014, 11:15 AM
|
Replies: 14
Views: 2,900
you may use awk: ...
you may use awk:
http://stackoverflow.com/questions/11678939/replace-text-based-on-a-dictionary
Usage: awk -f foo.awk dict.dat user.dat...
|