R-sharp/docs/tutorials
この中二病に爆焔を! e3a8705965 Update README.md 2021-02-07 20:47:45 +08:00
..
01.sequence_logo add whitespace 2019-12-04 17:28:58 +08:00
02.R_symbol ByRef or ByVal 2020-02-28 17:45:24 +08:00
03.string renames folder 2020-02-28 17:26:13 +08:00
04.function Update README.md 2020-04-01 19:52:03 +08:00
05.special_closures Update README.md 2021-02-07 20:47:45 +08:00
plots_in_R-sharp add document for help running plot in R#? 2020-05-28 18:16:57 +08:00
README.md fix docs 2020-05-09 18:59:28 +08:00

README.md

The R# Tutorials

Due to the reason of R# language its language syntax is derived from the R language, so that you could try to learn the R# language syntax by following the R language syntax learning. The most important difference between the R language and R# is at their package system, not so much different between the language syntax.

Learn about using working with the R# package system, please refer this article: <Using .NET Library>.

Here are a list of R# tutorials for some bioinformatics analysis based on the GCModeller libraries that you could use to learn R# programming:

  1. SequenceLogo Drawer
  2. Symbol object in R#
  3. String in R#
  4. Function in R#
  5. Special Closures in R#