|
a/README.md |
|
b/README.md |
1 |
# TransProR |
1 |
# TransProR
|
2 |
[](https://github.com/SSSYDYSSS/TransProR/actions) [](https://cran.r-project.org/package=TransProR) |
2 |
[](https://github.com/SSSYDYSSS/TransProR/actions) [](https://cran.r-project.org/package=TransProR) |
3 |
|
3 |
|
4 |
|
4 |
|
5 |
<!-- badges: start --> |
5 |
<!-- badges: start --> |
6 |
|
6 |
|
7 |
<!-- badges: end --> |
7 |
<!-- badges: end --> |
8 |
|
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. |
9 |
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 |
|
10 |
|
12 |
## Installation |
11 |
## Installation |
13 |
|
12 |
|
14 |
You can install the development version of TransProR like so: |
13 |
You can install the development version of TransProR like so: |
15 |
|
14 |
|
16 |
``` r |
15 |
``` r
|
17 |
install.packages("devtools") |
16 |
install.packages("devtools")
|
18 |
devtools::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE) |
17 |
devtools::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE) |
19 |
|
18 |
|
20 |
install.packages("remotes") |
19 |
install.packages("remotes")
|
21 |
remotes::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE) |
20 |
remotes::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE)
|
22 |
``` |
21 |
```
|
23 |
## More examples see |
22 |
## More examples see |
24 |
|
23 |
|
25 |
TransProR Manual:https://sssydysss.github.io/TransProRBook/ |
24 |
TransProR Manual:https://sssydysss.github.io/TransProRBook/ |
26 |
|
25 |
|
27 |
## System Requirements |
26 |
## System Requirements |
28 |
|
27 |
|
29 |
- R (>= 4.3.0) |
28 |
- R (>= 4.3.0) |
30 |
|
29 |
|
31 |
## Example |
30 |
## Example |
32 |
|
31 |
|
33 |
This is a basic example which shows you how to solve a common problem: |
32 |
This is a basic example which shows you how to solve a common problem: |
34 |
|
33 |
|
35 |
``` r |
34 |
``` r
|
36 |
library(TransProR) |
35 |
library(TransProR)
|
37 |
## basic example code |
36 |
## basic example code
|
38 |
``` |
37 |
```
|
39 |
## Citation |
38 |
## Citation |
40 |
|
39 |
|
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. |
40 |
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>, |
41 |
<https://github.com/SSSYDYSSS/TransProR>,
|
43 |
<https://sssydysss.github.io/TransProRBook/>. |
42 |
<https://sssydysss.github.io/TransProRBook/>. |
44 |
|
43 |
|
45 |
|
44 |
|
46 |
## Code of Conduct |
45 |
## Code of Conduct |
47 |
|
46 |
|
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" |
47 |
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"
|