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
That's it, you can start using `immunarch` now! See the [Quick Start](#quick-start) section below to dive into immune repertoire data analysis. If you run in any trouble with installation, take a look at the [Installation Troubleshooting](#installation-troubleshooting) section below.
30
+
That's it, you can start using `immunarch` now! See the [Quick Start](#quick-start) section below to dive into immune repertoire data analysis. If you run in any trouble with installation, take a look at the [Installation Troubleshooting](https://immunarch.com/articles/v1_introduction.html#installation-troubleshooting) section.
30
31
31
32
Note that there are quite a lot of dependencies to install with the package because it installs all the widely-used packages for data analysis and visualisation. You got both the AIRR data analysis framework and Data Science package eco-system with only one command!
32
33
33
-
You can find the list of releases of `immunarch` here: https://github.com/immunomind/immunarch/releases
34
-
34
+
<!--
35
35
### Pre-release version installation
36
36
37
37
Since releasing on CRAN is limited to one release per one-two months, you can install the latest pre-release version with bleeding edge features and optimisations directly from a code repository. In order to install the latest pre-release version, you need to execute only two commands:
@@ -40,6 +40,9 @@ Since releasing on CRAN is limited to one release per one-two months, you can in
40
40
install.packages("devtools") # skip this if you already installed devtools
+ Most methods are incorporated in a couple of main functions with clear naming---no more remembering tens and tens of functions with obscure names. For details see [link](https://immunarch.com/articles/v3_basic_analysis.html);
60
63
61
-
+ Repertoire overlap analysis *(common indices including overlap coefficient, Jaccard index and Morisita's overlap index)*. Tutorial is available [here](https://immunarch.com/articles/v4_overlap.html);
64
+
+ Repertoire overlap analysis *(common indices including overlap coefficient, Jaccard index and Morisita's overlap index)*. Tutorial is available [here](https://immunarch.com/articles/web_only/v4_overlap.html);
62
65
63
-
+ Gene usage estimation *(correlation, Jensen-Shannon Divergence, clustering)*. Tutorial is available [here](https://immunarch.com/articles/v5_gene_usage.html);
66
+
+ Gene usage estimation *(correlation, Jensen-Shannon Divergence, clustering)*. Tutorial is available [here](https://immunarch.com/articles/web_only/v5_gene_usage.html);
64
67
65
-
+ Diversity evaluation *(ecological diversity index, Gini index, inverse Simpson index, rarefaction analysis)*. Tutorial is available [here](https://immunarch.com/articles/v6_diversity.html);
68
+
+ Diversity evaluation *(ecological diversity index, Gini index, inverse Simpson index, rarefaction analysis)*. Tutorial is available [here](https://immunarch.com/articles/web_only/v6_diversity.html);
66
69
67
-
+ Tracking of clonotypes across time points, widely used in vaccination and cancer immunology domains. Tutorial is available [here](https://immunarch.com/articles/v8_tracking.html);
70
+
+ Tracking of clonotypes across time points, widely used in vaccination and cancer immunology domains. Tutorial is available [here](https://immunarch.com/articles/web_only/v8_tracking.html);
68
71
69
-
+ Kmer distribution measures and statistics. Tutorial is available [here](https://immunarch.com/articles/v9_kmers.html);
72
+
+ Kmer distribution measures and statistics. Tutorial is available [here](https://immunarch.com/articles/web_only/v9_kmers.html);
70
73
71
74
+ Coming in the next releases: CDR3 amino acid physical and chemical properties assessment, mutation networks.
+ Built-in tool `FixVis` makes your plots publication-ready: easily change font sizes, text angles, titles, legends and many more with clear-cut GUI;
78
81
79
-
+ Tutorial is available [here](https://immunarch.com/articles/v7_fixvis.html).
82
+
+ Tutorial is available [here](https://immunarch.com/articles/web_only/v7_fixvis.html).
80
83
81
84
82
85
## Quick start
@@ -183,8 +186,9 @@ Preprint on BioArxiv is coming soon.
183
186
184
187
The package is freely distributed under the Apache v2 license. You can read more about it [here](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)).
185
188
186
-
Additionally, we provide an annual subscription that includes next services:
189
+
If you are interested in our commercial-grade platform for biomarker discovery and AIRR analysis, contact us via [email protected]
187
190
191
+
<!--
188
192
- Package modifications and feature implementations are issued promptly;
189
193
- Use *immunarch* team expertise in your projects;
190
194
- Priority email and call support;
@@ -193,3 +197,4 @@ Additionally, we provide an annual subscription that includes next services:
193
197
- If you need license other than the current, contact us.
0 commit comments