Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PRESCOTT
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mustafa Tekpinar
PRESCOTT
Commits
19352aaf
Commit
19352aaf
authored
Aug 09, 2023
by
Mustafa Tekpinar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified README.
parent
9373675a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
README.md
README.md
+7
-4
No files found.
README.md
View file @
19352aaf
...
@@ -4,15 +4,18 @@
...
@@ -4,15 +4,18 @@
# PRESCOTT: Population awaRe Epistatic and StruCtural mOdel of muTational effecTs
# PRESCOTT: Population awaRe Epistatic and StruCtural mOdel of muTational effecTs
## Introduction
## Introduction
PRESCOTT is a program predicting mutational effects of a protein based on population, evolutionary and structural information.
PRESCOTT is a package predicting mutational effects in a protein based on population, evolutionary and structural information.
It can calculate effects of single point mutations and multiple point mutations.
It is made up of two main programs: escott and prescott.
ESCOTT can calculate effects of single point mutations and multiple point mutations. On the other hand, PRESCOTT incorporates
population frequencies into ESCOTT predictions. Therefore, you need to run ESCOTT first to have predictions of mutational effects.
We recommend using PRESCOTT via our web site or our docker image.
We recommend using PRESCOTT via our web site or our docker image.
## Input Data Requirements
## Input Data Requirements
PR
ESCOTT requires two files:
ESCOTT requires two files:
*
a multiple sequence alignment (MSA) file in fasta format (mandatory):
*
a multiple sequence alignment (MSA) file in fasta format (mandatory):
Your query protein must be the first sequence in the fasta file. In addition, the query sequence should not contain any gaps.
Your query protein must be the first sequence in the fasta file. In addition, the query sequence should not contain any gaps.
...
@@ -40,7 +43,7 @@ A quick help can be accessed by typing
...
@@ -40,7 +43,7 @@ A quick help can be accessed by typing
escott
--help
escott
--help
```
```
By default,
GEMME
will predict the effect of all possible single mutations at all positions in the
By default,
ESCOTT
will predict the effect of all possible single mutations at all positions in the
query sequence. Alternatively, a set of single or multiple mutations can be given with the option -m.
query sequence. Alternatively, a set of single or multiple mutations can be given with the option -m.
Eachline of the file should contain a mutation (e.g. D136R) or combination of mutations separated
Eachline of the file should contain a mutation (e.g. D136R) or combination of mutations separated
by commas (or colons) and ordered according to their positions in the sequence (e.g. D136R,V271A).
by commas (or colons) and ordered according to their positions in the sequence (e.g. D136R,V271A).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment