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
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#' @description Download the GMM data (if needed) and parses this file to return a table with the GMMs and corresponding KOs
42
-
#' @param filepath The filepath at which the GMMs file should be downloaded or found.
43
-
#' @param version The version of GMMs to be used. As of April '24, the newest version is v1.07. This is used in pulling the data from the Raes lab GMMs github, so old versions that are not on the master branch may cause the filepath to not work.
44
-
#' @param quietly A boolean denoting if the GMMs file should be downloaded quietly
45
-
#' @param cleanup A boolean denoting if the filepath should be removed at the end of this function.
63
+
#' @description Download the GMM data (if needed) and
64
+
#' parses this file to return a table with the GMMs and corresponding KOs
65
+
#' @param filepath The filepath at which
66
+
#' the GMMs file should be downloaded or found.
67
+
#' @param version The version of GMMs to be used.
68
+
#' As of April '24, the newest version is v1.07.
69
+
#' This is used in pulling the data from the Raes lab GMMs github,
70
+
#' so old versions that are not on the master branch
71
+
#' may cause the filepath to not work.
72
+
#' @param quietly_download A boolean denoting if the GMMs file
73
+
#' should be downloaded quietly
74
+
#' @param cleanup A boolean denoting if the filepath
75
+
#' should be removed at the end of this function.
46
76
#' @return A tabular version of the GMMs as a dataframe
0 commit comments