-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
46 lines (46 loc) · 1.69 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: fanyi
Title: Translate Words or Sentences via Online Translators
Version: 0.0.8
Authors@R: c(
person("Guangchuang", "Yu",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6485-8781")
),
person("Guannan", "Chen",
email = "[email protected]",
role = "ctb"
),
person("Difei", "Wang",
email = "[email protected]",
role = "ctb"
)
)
Description: Useful functions to translate text for multiple languages using online translators.
For example, by translating error messages and descriptive analysis results into a language familiar
to the user, it enables a better understanding of the information, thereby reducing the barriers caused by language.
It offers several helper functions to query gene information to help interpretation of interested genes (e.g., marker genes, differential expression genes),
and provides utilities to translate 'ggplot' graphics. This package is not affiliated with any of the online translators.
The developers do not take responsibility for the invoice it incurs when using this package, especially for exceeding the free quota.
Depends:
R (>= 4.2.0)
Imports:
digest,
ggfun (>= 0.1.3),
httr2,
jsonlite,
openssl,
purrr,
rentrez,
rlang,
SSEparser,
utils,
uuid,
yulab.utils (>= 0.1.6)
ByteCompile: true
License: Artistic-2.0
URL: https://github.com/YuLab-SMU/fanyi, https://www.biorxiv.org/content/10.1101/2023.12.21.572729
BugReports: https://github.com/YuLab-SMU/fanyi/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2