-
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.
Merge branch 'master' of github.com:knowledgesystems/mutationhotspots
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# mutationhotspots | ||
Algorithms to detect mutational hotspots | ||
Algorithms to detect mutational hotspots. Currently, MutationHotspotsDetection only supports detection of intra-chain hotspots in 3D protein structures. | ||
|
||
Binary JAR file is available in [releases](https://github.com/knowledgesystems/mutationhotspots/releases). | ||
|
||
## Usage | ||
|
||
|
||
`java -jar MutationHotspotsDetection-1.0.0.jar <input.maf> <output.results.txt>` | ||
|
||
Here is [an example input MAF file](https://github.com/knowledgesystems/mutationhotspots/blob/1.0.0/MutationHotspotsDetection/src/main/resources/data/example.maf) | ||
|
||
Either `ENSP` or `SWISSPROT` should have data for each mutation. `CODE` is not required. All other columns are required. |