-
Notifications
You must be signed in to change notification settings - Fork 0
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
Filtering RU alleles #49
Merged
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
9f9b05e
added filters for RU allele processing
48d28a9
fixed efm_output function
310406e
fixed error in setup.py
6b2a8d7
fixed another error in setup.py
fffe040
added output file name
3f27d8d
added sequence info file
1457d4d
fixed error in generating info file
97dec9c
removed allele des
f79fc2d
added test for thresholds and fixed bug in thresholds function
3021b6e
Merge branch 'master' into filtering
9015bc0
added tests for -2/-1/+1 stutter functions
28c574d
added directory option for strmix; tests for strmix and efm outputs
ede7e03
added file for tests
e5ef7ba
files for tests
d42ef68
keep forgetting test files...
70b18ac
added tests for generating info file
4f749d2
file for tests...
70ebc9f
added test for stdout
7c9514b
changed col names for STRmix output
b78af50
added flagged loci file for num of alleles and intralocus imbalance
eb981c0
updated tests with same file
34573aa
added test file and fixed error in test
2646ece
removing old files
45340f0
added correct files
eb555ad
fixed rounding error with stutter perc
cc04eb0
updated filters.json file
da0d8e4
updated json and test file
d7849ef
test troubleshooting
3849c0e
hopefully fixing bug
3ef4e22
reverting to previous test code
f359356
added reference and evidence output types
32a5c13
added tests for reference profiles
30be9dd
updated setup.py
3bcd970
fixing bug in ci
7a13d04
fix ci build
3907304
fixing ci
cbe36c4
fixed error in setup.py
e621146
trying once again to fix ci
bc515a7
updated README
6f8fe17
updated cibuild
6602ace
updated manifest
b3a7e35
updated README
8b00bb6
remove copy of filters.py
ac99982
fixed bug in -2 stutter reporting; updated STRmix output to remove noise
6e69928
updated tests
493bb4b
fixed locus names and remove amel
cc3ee8a
updated tests
9137a8e
added ngs data option; same size filter
8e7f47c
fixed bug in same size filter
cf07924
fixed bug for same size filter
fe1afd8
changed locus names in ce file
4046c26
updated col names for ce files
dfa0594
updated cli
b43c912
added test for ngs, updated tests and files with newest code
bff7959
updated filter test
e0a984b
debugging test
e281234
updated ce strmix code to output allele as float64 object
19a438f
updated filter to convert NGS output to float
fbf57dc
updated reads type
49844a3
reverting to original test code
f22c568
changed data type of columns; updated test files
0e051e2
updated reference code to duplicate homozygous alleles
a00b0e4
updated manifest and setup.py
d54f877
updated README
d6cd992
refractor efm code
796dc69
update test doc
8c8a3fe
added flag for D7 microvariants
2806751
added test for flagging D7 microvariant
62eb4df
fixed bug with calling stutter for microvariants
51223a5
added test for no filters
d69ec36
clean up code
905fa76
cleaning up code
d255b8e
added check for specifying reference and ngs data
0e0ee17
added test for error message
2228b4f
swtiched labels
2dbbdf5
updated code for switching slope/intercept
5710a42
refractor code
35538da
clean up code
96e9279
more code refactoring
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
include versioneer.py | ||
include lusSTR/_version.py | ||
include lusSTR/filters.json | ||
include lusSTR/str_markers.json | ||
include lusSTR/snp_data.json | ||
include lusSTR/filters.json | ||
include lusSTR/tests/data/* | ||
include lusSTR/tests/data/STRait_Razor_test_output/* | ||
include lusSTR/tests/data/UAS_bulk_input/* | ||
include lusSTR/tests/data/snps/* | ||
include lusSTR/tests/data/RU_stutter_test/* | ||
include lusSTR/tests/data/NGS_stutter_test/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving this question here now, in case I don't find the answer while looking at the rest of the code: how are evidence and reference profiles treated differently? Anything in addition to assuming a single diploid contributor for references?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The output format (for both STRmix and EFM) is the only thing that differs (references only report two alleles and do not report the # of reads).