-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added --concat flag allowing Ringmapper to concatenate and process N1/3 and N7-G modifications simultaneously and generate N1/3-N1/3, N13-N7G, and N7G-N7G RINGs. Additionally, added a new statistic allowing for determination of effect size of a given RING.
- Loading branch information
1 parent
ced0259
commit 9cd5693
Showing
7 changed files
with
331 additions
and
60 deletions.
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,3 +1,24 @@ | ||
Version 1.3 | ||
August 30, 2024 | ||
Thomas Miller <[email protected]>, Lucas Kearns <[email protected]>, | ||
David Mitchell <[email protected]> | ||
*********************************************************************** | ||
|
||
ADDED: | ||
|
||
Added ShapeMapper_MMS0_Mut_Filter.py. Filters SM runs performed with min mut | ||
separation set to 0. Enables optimal base pair detection by PairMapper. See README for details. | ||
|
||
Added --concat flag. This flag allows RingMapper to concatenate N1/3 and N7-G mut files and | ||
generate N1/3-N1/3, N1/3-N7G, and N7G-N7G RINGs. | ||
|
||
Added alpha statistic calculation. Equivalent to | ||
(comutations / Depth) / | ||
((i mutations and no j mutations / Depth) * (j mutations and no i mutations / Depth)) | ||
(See 2024 N7 publication for a more in depth explanation / cleaner | ||
formula). Allows for determination of effect size of a given RING. | ||
|
||
|
||
Version 1.2 | ||
August 25, 2022 | ||
Anthony Mustoe <[email protected]> | ||
|
@@ -80,5 +101,3 @@ than matrix format | |
write pairmapper files despite failure of one on more quality checks | ||
|
||
-added significantDifference function for computing differences between contigency tables | ||
|
||
|
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.