Go to file
谢桂纲 6efb3d4ba1 fix of the offset error 2024-01-26 09:32:26 +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-01-26 09:17:47 +08:00
R move source file to platform fiolder 2024-01-26 09:21:13 +08:00
docs move to docs folder 2024-01-25 08:40:23 +08:00
man run msbuild 2024-01-26 09:17:47 +08:00
src fix of the offset error 2024-01-26 09:32:26 +08:00
test fix of the offset error 2024-01-26 09:32:26 +08:00
vignettes configs of run demo test 2024-01-26 09:23:35 +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 config project reference 2024-01-26 09:11:53 +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 msbuild 2024-01-25 13:20:04 +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

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.