Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating WHAM for the Yandell Group. #1

Open
wants to merge 217 commits into
base: master
Choose a base branch
from

Conversation

srynobio
Copy link
Member

@srynobio srynobio commented Sep 2, 2015

No description provided.

rufessor and others added 30 commits March 24, 2015 20:56
VCF2R is a vcf parser I wrote after using WHAM on some genomic data I had generated.  I like to use R and the ggplot2 package to visualize complex (large) data sets like those generated by WHAM.  VCF2R parses WHAM (or any vcf) output and allows you to specify which fields to output, which chromosomes, and even specify unlimited regions within chromosomes (using bp coordinates) to restrict output.  VCF2R is "smart"- it learns the valid fields of the vcf file by parsing for the header and information fields, it will optionally deparse fields that contain lists of comma separated values (like the AT field in WHAM- for instance) generating a separate column for each in the output data (think of it as a R data frame in waiting).
bug fix
added command line opts for --chr= range
--chr=1-10,X,Y now works to grab chr 1,2,3,4,5,6,7,8,9,10,X,Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants