User: Chris Whelan
Chris Whelan • 550
- Reputation:
- 550
- Status:
- Trusted
- Location:
- Portland, OR
- Scholar ID:
- Google Scholar Page
- Last seen:
- 4 years, 6 months ago
- Joined:
- 10 years ago
- Email:
- c******@gmail.com
Posts by Chris Whelan
<prev
• 35 results •
page 1 of 4 •
next >
2
votes
4
answers
8.4k
views
4
answers
... You should be able to just use the `--excludeNonVariants` flag for GATK SelectVariants. ...
written 4.6 years ago by
Chris Whelan • 550
• updated
10 months ago by
Ram ♦ 32k
1
vote
6
answers
11k
views
6
answers
... This paper offers an evaluation of four commonly used tools (XHMM, ExomeDepth, CoNIFER, and CONTRA). The results show how hard a problem it is:
http://onlinelibrary.wiley.com/doi/10.1002/humu.22537/abstract ...
written 6.9 years ago by
Chris Whelan • 550
• updated
14 months ago by
Ram ♦ 32k
0
votes
0
answers
2.4k
views
0
answers
... This is similar to a question I asked a while back (and never really found an answer for..) Need advice on the correct usage for the Genome Structure Correction statistical software from the ENCODE project
...
written 7.0 years ago by
Chris Whelan • 550
0
votes
3
answers
7.6k
views
3
answers
... You could also use the fuzznuc tool from the EMBOSS suite for this:
http://emboss.sourceforge.net/apps/cvs/emboss/apps/fuzznuc.html
...
written 7.1 years ago by
Chris Whelan • 550
4
votes
2
answers
2.6k
views
2
answers
... Insertions are also more difficult to find because you can't use the paired-end mapping technique if the insertion is too long. If two reads in a pair come from either side of a deletion, you can identify the deletion by looking for a longer distance between mappings of paired reads than you'd expec ...
written 7.1 years ago by
Chris Whelan • 550
2
votes
18
answers
21k
views
18
answers
... A new one I think is:
BioDatomics -- http://www.biodatomics.com/
...
written 7.3 years ago by
Chris Whelan • 550
2
votes
4
answers
4.9k
views
4
answers
... It looks like ChIPModule is designed to do that:
http://hulab.ucf.edu/research/projects/ChIPModule/index.html
Also, I think that Homer can help with this, although I've only used it for finding enriched motifs, rather than co-enriched motifs. It was very straightforward to use for the simpler task ...
written 7.4 years ago by
Chris Whelan • 550
2
votes
1
answer
1.7k
views
1
answers
... You could also look at SEAL:
http://biodoop-seal.sourceforge.net/
My structural variation detection too, Cloudburst, also has commands to parallelize mappings in Hadoop:
https://github.com/cwhelan/cloudbreak
...
written 7.4 years ago by
Chris Whelan • 550
0
votes
2
answers
5.9k
views
2
answers
... Yes, I've used this strategy too, and it worked well.
...
written 7.6 years ago by
Chris Whelan • 550
2
votes
1
answer
2.0k
views
1
answers
... You can use pybedtools filters to get the right intervals out (untested code):
def insertion_filter(feature):
return feature[7] == 'INS'
ab = a.filter(insertion_filter).intersect(b.filter(insertion_filter), f=0.9, r=False)
The second part of your question (reporting intersections that don't ...
written 7.7 years ago by
Chris Whelan • 550
Latest awards to Chris Whelan
Supporter
6.9 years ago,
voted at least 25 times.
Teacher
7.1 years ago,
created an answer with at least 3 up-votes.
For A: Why Insertion Are Hard To Find By The Alignments Of Reads Than Deletion ?
Teacher
8.4 years ago,
created an answer with at least 3 up-votes.
For A: What Type Of Information Does The Data Downloaded From The 1000 Genomes Contain?
Good Answer
8.4 years ago,
created an answer that was upvoted at least 5 times.
For A: What Type Of Information Does The Data Downloaded From The 1000 Genomes Contain?
Appreciated
8.4 years ago,
created a post with more than 5 votes.
For A: What Type Of Information Does The Data Downloaded From The 1000 Genomes Contain?
Student
8.8 years ago,
asked a question with at least 3 up-votes.
For Need Advice On The Correct Usage For The Genome Structure Correction Statistical Software From The Encode Project
Good Question
8.8 years ago,
asked a question that was upvoted at least 5 times.
For Need Advice On The Correct Usage For The Genome Structure Correction Statistical Software From The Encode Project
Popular Question
8.8 years ago,
created a question with more than 1,000 views.
For Need Advice On The Correct Usage For The Genome Structure Correction Statistical Software From The Encode Project
Appreciated
8.8 years ago,
created a post with more than 5 votes.
For Need Advice On The Correct Usage For The Genome Structure Correction Statistical Software From The Encode Project
Teacher
9.0 years ago,
created an answer with at least 3 up-votes.
For A: Why Does Chip-Seq Data Have Lots Of Reverse-Complement Pairs Of Reads?
Teacher
10.0 years ago,
created an answer with at least 3 up-votes.
For A: What Tools/Libraries Do You Use To Visualize Genomic Feature Data?
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1007 users visited in the last hour