Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mhc_rank
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Skillman-Lawrence
mhc_rank
Commits
ef428b7d
Commit
ef428b7d
authored
5 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
3dca1947
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/commandline_tools.rst
+34
-0
34 additions, 0 deletions
docs/commandline_tools.rst
docs/commandline_tutorial.rst
+4
-4
4 additions, 4 deletions
docs/commandline_tutorial.rst
docs/example.fasta
+2
-4
2 additions, 4 deletions
docs/example.fasta
docs/intro.rst
+2
-2
2 additions, 2 deletions
docs/intro.rst
with
42 additions
and
10 deletions
docs/commandline_tools.rst
+
34
−
0
View file @
ef428b7d
...
...
@@ -18,4 +18,38 @@ See also the :ref:`tutorial <commandline_tutorial>`.
.. autoprogram:: mhcflurry.downloads_command:parser
:prog: mhcflurry-downloads
.. _mhcflurry-class1-train-allele-specific-models:
.. autoprogram:: mhcflurry.train_allele_specific_models_command:parser
:prog: mhcflurry-class1-train-allele-specific-models
.. _mhcflurry-class1-select-allele-specific-models:
.. autoprogram:: mhcflurry.select_allele_specific_models_command:parser
:prog: mhcflurry-class1-select-allele-specific-models
.. _mhcflurry-class1-train-pan-allele-models:
.. autoprogram:: mhcflurry.train_pan_allele_models_command:parser
:prog: mhcflurry-class1-train-pan-allele-models
.. _mhcflurry-class1-select-pan-allele-models:
.. autoprogram:: mhcflurry.select_pan_allele_models_command:parser
:prog: mhcflurry-class1-select-pan-allele-models
.. _mhcflurry-class1-train-processing-models:
.. autoprogram:: mhcflurry.train_processing_models_command:parser
:prog: mhcflurry-class1-train-processing-models
.. _mhcflurry-class1-select-processing-models:
.. autoprogram:: mhcflurry.select_processing_models_command:parser
:prog: mhcflurry-class1-select-processing-models
.. _mhcflurry-class1-train-presentation-models:
.. autoprogram:: mhcflurry.train_presentation_models_command:parser
:prog: mhcflurry-class1-train-presentation-models
This diff is collapsed.
Click to expand it.
docs/commandline_tutorial.rst
+
4
−
4
View file @
ef428b7d
...
...
@@ -33,7 +33,7 @@ as well as an antigen processing (AP) predictor.
.. note::
The code we use for *generating* the downloads is in the
``downloads_generation`` directory in the repository
.
``downloads_generation`` directory in the repository
(https://github.com/openvax/mhcflurry/tree/master/downloads-generation)
Generating predictions
...
...
@@ -99,7 +99,7 @@ sequences:
.. literalinclude:: /example.fasta
Here's the ``mhcflurry-predict-scan`` invocation to scan the proteins for
binders to either of two MHC I genotypes:
binders to either of two MHC I genotypes
(using a 100 nM threshold)
:
.. command-output::
mhcflurry-predict-scan
...
...
@@ -107,8 +107,8 @@ binders to either of two MHC I genotypes:
--alleles
HLA-A*02:01,HLA-A*03:01,HLA-B*57:01,HLA-B*45:01,HLA-C*02:02,HLA-C*07:02
HLA-A*01:01,HLA-A*02:06,HLA-B*44:02,HLA-B*07:02,HLA-C*01:02,HLA-C*03:01
--results-filtered affinity
_percentile
--threshold-affinity
-percentile
1
.
0
--results-filtered affinity
--threshold-affinity 1
0
0
:nostderr:
See the :ref:`mhcflurry-predict-scan` docs for more options.
...
...
This diff is collapsed.
Click to expand it.
docs/example.fasta
+
2
−
4
View file @
ef428b7d
>protein1
MDSKGSSQKGSRLLLLLVVSNLLLCQGVVSTPVCPNGPGNCQV
EMFNEFDKRYAQGKGFITMALNSCHTSSLPTPEDKEQAQQTHH
MSSSSTPVCPNGPGNCQV
>protein2
VTEVRGMKGAPDAILSRAIEIEEENKRLLEGMEMIFGQVIPGA
ARYSAFYNLLHCLRRDSSKIDTYLKLLNCRIIYNNNC
MVENKRLLEGMEMIFGQVIPGA
This diff is collapsed.
Click to expand it.
docs/intro.rst
+
2
−
2
View file @
ef428b7d
...
...
@@ -2,7 +2,7 @@ Introduction and setup
=======================
MHCflurry is an open source package for peptide/MHC I binding affinity prediction. It
a
ttempt
s to provide competitive accuracy with a fast and documented implementation.
a
im
s to provide competitive accuracy with a fast and documented implementation.
You can download pre-trained MHCflurry models fit to mass spec-identified MHC I
ligands and peptide/MHC affinity measurements deposited in IEDB (plus a few other
...
...
@@ -63,7 +63,7 @@ tensorflow.
.. code-block:: shell
$ conda create -q -n mhcflurry-env python=3.6 tensorflow
$ conda create -q -n mhcflurry-env python=3.6
'
tensorflow
<2.0.0'
$ source activate mhcflurry-env
Then continue as above:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment