- Feb 12, 2021
-
-
Patrick Skillman-Lawrence authored
Deleted mhcflurry/__init__.py, mhcflurry/allele_encoding.py, mhcflurry/amino_acid.py, mhcflurry/calibrate_percentile_ranks_command.py, mhcflurry/class1_affinity_predictor.py, mhcflurry/class1_neural_network.py, mhcflurry/class1_presentation_predictor.py, mhcflurry/class1_processing_neural_network.py, mhcflurry/class1_processing_predictor.py, mhcflurry/cluster_parallelism.py, mhcflurry/common.py, mhcflurry/custom_loss.py, mhcflurry/data_dependent_weights_initialization.py, mhcflurry/downloads.py, mhcflurry/downloads.yml, mhcflurry/downloads_command.py, mhcflurry/encodable_sequences.py, mhcflurry/ensemble_centrality.py, mhcflurry/fasta.py, mhcflurry/flanking_encoding.py, mhcflurry/hyperparameters.py, mhcflurry/local_parallelism.py, mhcflurry/percent_rank_transform.py, mhcflurry/predict_command.py, mhcflurry/predict_scan_command.py, mhcflurry/random_negative_peptides.py, mhcflurry/regression_target.py, mhcflurry/scoring.py, mhcflurry/select_allele_specific_models_command.py, mhcflurry/select_pan_allele_models_command.py, mhcflurry/select_processing_models_command.py, mhcflurry/testing_utils.py, mhcflurry/train_allele_specific_models_command.py, mhcflurry/train_pan_allele_models_command.py, mhcflurry/train_presentation_models_command.py, mhcflurry/train_processing_models_command.py, mhcflurry/version.py, train_APmodels.sh files
-
- Dec 07, 2020
-
-
Patrick J. Lawrence authored
-
- Dec 01, 2020
-
-
Patrick J. Lawrence authored
altered training init to work with SLURM and corrected typo (BLOSUM --> BLOSUM62) in hyperparameters, specifically encoding options
-
Patrick Lawrence authored
-
- Nov 23, 2020
-
-
Patrick Lawrence authored
-
- Nov 20, 2020
-
-
Patrick Lawrence authored
-
Patrick J. Lawrence authored
-
Patrick J. Lawrence authored
-
Patrick Lawrence authored
-
Patrick Lawrence authored
fixed nonsensical import of subpackage in middle of script to point to mhc_rank instead of mhcflurry
-
-
Patrick Lawrence authored
-
- Nov 19, 2020
-
-
Patrick J. Lawrence authored
trying to figure out why cleave_radius is an unexpected keyword arg in vector_encode even though vector encode has an explicit argument cleave_radisu...
-
Patrick Lawrence authored
-
-
Patrick Lawrence authored
-
Patrick J. Lawrence authored
-
Patrick J. Lawrence authored
-
Patrick J. Lawrence authored
-
Patrick Lawrence authored
Fixed big in argparse for make_architectures.py script. Created file with architecture options (1296) and saved as hyperparameters.json to ap_models dir
-
- Nov 18, 2020
-
-
Patrick Lawrence authored
debugged architecture / training & created script to make models fitting all combinations of varied hyperparameters for tuning
-
- Nov 16, 2020
-
-
Patrick Lawrence authored
-
- Nov 13, 2020
-
-
Patrick Lawrence authored
-
Patrick Lawrence authored
-
Patrick Lawrence authored
-
Patrick Lawrence authored
-
Patrick Lawrence authored
-
- Nov 12, 2020
-
-
Patrick Lawrence authored
added feature to flank_encoding.py, enabling pssm scores to be added as first position in residue encoding vectors
-
Patrick Lawrence authored
extract cleavage site, converted pssm from pd.Series and pd.DataFrames to np.ndarrays, enabled pssm calculation.
-
Patrick Lawrence authored
Added trim feature to seq_score of PSSM.py; Adjusted flanking_encoding.py to account for added encoding methods and for cleavage site extraction; Fixed bug in amino_acid.py so that correct encoding could be achieved
-
Patrick Lawrence authored
-
Patrick Lawrence authored
Added alignment method to EncodableSequences class in encodable_sequences.py. Next commit will inlcude commenting
-
- Nov 11, 2020
-
-
Patrick Lawrence authored
Added PSSM retrieval for peptides. Included padding functionality for peptides shorter than max length using PSSM of X at middle residues of max length k-mer. Also, fully commented code and added docstring for class
-
Patrick Lawrence authored
Finalized / adjusted docstrings for all the methods of PSSM class. Still need to write docstrings for class itself.
-
- Nov 10, 2020
-
-
Patrick Lawrence authored
Added X PSSM scores to CSVs. Also, updated PSSM.py, specifically: added docstrings, commented code, introduced assertions to functions, and enabled pssm retreival for series of flank seqences from length 0 to 5
-
Patrick Lawrence authored
-
-
Patrick J. Lawrence authored
-
Patrick Skillman-Lawrence authored
-
- Nov 05, 2020
-
-
Patrick J. Lawrence authored
-