You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,22 @@ Package: deepMatchR
2
2
Title: Deep Learning Models for HLA Matching
3
3
Version: 0.99.0
4
4
Date: 2024-07-24
5
-
Authors@R: c(
6
-
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "ncborch@gmail.com"))
7
-
Description: A set of tools and models for analyzing HLA matching. This includes the identification and quantification of immunogenicity mismatches, the generation of in silico patients based on frequency table, and interaction with common tools in HLA.
8
-
License: MIT + file LICENSE
5
+
Authors@R:
6
+
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"),
7
+
email = "ncborch@gmail.com")
8
+
Description: A set of tools and models for analyzing HLA matching. This includes
9
+
the identification and quantification of immunogenicity mismatches, the
10
+
generation of in silico patients based on frequency table, and interaction
0 commit comments