Skip to content

adding line in procSnps() to ensure required field order#194

Open
agorelick wants to merge 1 commit intomskcc:masterfrom
agorelick:master
Open

adding line in procSnps() to ensure required field order#194
agorelick wants to merge 1 commit intomskcc:masterfrom
agorelick:master

Conversation

@agorelick
Copy link

In procSnps(), the rcmat data.frame must have columns in a specific order before its fields are renamed. My SNP matrix from snp-pileup did not match this order, causing depth data to be interpreted as vaf data, resulting in 0 het-SNPs being identified. I added a line to procSnps() to make sure the fields are in the correct order before they are renamed, so that the function can accept input data with arbitrary field order.

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.

1 participant