Go to file
谢桂纲 ebbb4e0a5e make enum member orders updates 2024-02-23 11:11:23 +08:00
.github Update sync_multiplegit.cmd 2023-02-20 17:02:52 +08:00
.pkg configs script for build package 2024-01-25 09:32:44 +08:00
.vscode add R package project source files 2024-01-25 09:28:47 +08:00
@export run msbuild 2024-02-15 14:36:00 +08:00
R check for linux command 2024-01-26 10:10:34 +08:00
docs move to docs folder 2024-01-25 08:40:23 +08:00
man commit nothing 2024-02-22 13:58:36 +08:00
src fix of the xml document error 2024-02-22 13:11:57 +08:00
test read data test success 2024-02-04 20:28:52 +08:00
vignettes make enum member orders updates 2024-02-23 11:11:23 +08:00
.gitattributes add svg module 2018-04-21 23:26:34 +08:00
.gitignore run R package msbuild 2024-01-25 09:47:17 +08:00
.gitmodules add typescript runtime 2018-09-08 12:08:08 +08:00
CNAME Create CNAME 2018-06-18 03:53:29 +08:00
DESCRIPTION configs script for build package 2024-01-25 09:32:44 +08:00
Darwinism.Rproj configs script for build package 2024-01-25 09:32:44 +08:00
Darwinism.sln Update Darwinism.sln 2024-02-04 17:18:04 +08:00
LICENSE Initial commit 2016-02-01 20:04:13 +08:00
NAMESPACE add package files 2024-01-25 09:29:41 +08:00
README.md Update README.md 2024-02-04 08:39:05 +08:00
_config.yml Set theme jekyll-theme-cayman 2018-06-18 03:53:19 +08:00

README.md

Darwinism

Darwinism High performance computing toolkit for VisualBasic.NET on unix .net 5

snowFall R# package

By combining of the Darwinism Parallel library and the R# snowFall package, that you can solve a large scale scientific problem in full power on the UNIX .NET 5 platform

the network tool netstat is required for the tcp port allocation when running on unix environment, you can use the yum command for install this netstat tool:

sudo yum install net-tools

LINQ Script

FROM x AS row 
IN "E:\GCModeller\src\runtime\Darwinism\LINQ\test\data.csv"
WHERE x.PeakQuality >= 0.999
SELECT x.LipidIon,  
       lipidName = x.Class & x.FattyAcid,   
	   x.Class,	
	   x.FattyAcid,	
	   x.Ion,	
	   x.Formula,
	   x.PeakQuality,
	   x."m-Score"
	   
SKIP 100
ORDER BY pow("m-Score", PeakQuality) DESCENDING
TAKE 15

View packahe help documents.