|
a |
|
b/README.md |
|
|
1 |
# TransProR |
|
|
2 |
[](https://github.com/SSSYDYSSS/TransProR/actions) [](https://cran.r-project.org/package=TransProR) |
|
|
3 |
|
|
|
4 |
|
|
|
5 |
<!-- badges: start --> |
|
|
6 |
|
|
|
7 |
<!-- badges: end --> |
|
|
8 |
|
|
|
9 |
<img src="vignettes/image/TransProR_rlogo.png" alt="TransProR Logo" width="210" height="250" align="right"> |
|
|
10 |
Analysis and visualization of transcriptomic data are currently in progress. Future directions include multi-modal fusion, sparse learning, and the investigation of spatio-temporal effects. |
|
|
11 |
|
|
|
12 |
## Installation |
|
|
13 |
|
|
|
14 |
You can install the development version of TransProR like so: |
|
|
15 |
|
|
|
16 |
``` r |
|
|
17 |
install.packages("devtools") |
|
|
18 |
devtools::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE) |
|
|
19 |
|
|
|
20 |
install.packages("remotes") |
|
|
21 |
remotes::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE) |
|
|
22 |
``` |
|
|
23 |
## More examples see |
|
|
24 |
|
|
|
25 |
TransProR Manual:https://sssydysss.github.io/TransProRBook/ |
|
|
26 |
|
|
|
27 |
## System Requirements |
|
|
28 |
|
|
|
29 |
- R (>= 4.3.0) |
|
|
30 |
|
|
|
31 |
## Example |
|
|
32 |
|
|
|
33 |
This is a basic example which shows you how to solve a common problem: |
|
|
34 |
|
|
|
35 |
``` r |
|
|
36 |
library(TransProR) |
|
|
37 |
## basic example code |
|
|
38 |
``` |
|
|
39 |
## Citation |
|
|
40 |
|
|
|
41 |
Yu Dongyue (2023). TransProR: Analysis and visualization of transcriptomic data are currently in progress. Future directions include multi-modal fusion, sparse learning, and the investigation of spatio-temporal effects. |
|
|
42 |
<https://github.com/SSSYDYSSS/TransProR>, |
|
|
43 |
<https://sssydysss.github.io/TransProRBook/>. |
|
|
44 |
|
|
|
45 |
|
|
|
46 |
## Code of Conduct |
|
|
47 |
|
|
|
48 |
Please note that the TransProR project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. "\# TransProR" |