Go to file
この中二病に爆焔を! 3e12ad09b0 add package files 2024-01-25 09:29:41 +08:00
.github Update sync_multiplegit.cmd 2023-02-20 17:02:52 +08:00
.pkg add package files 2024-01-25 09:29:41 +08:00
.vscode add R package project source files 2024-01-25 09:28:47 +08:00
R add R package project source files 2024-01-25 09:28:47 +08:00
docs move to docs folder 2024-01-25 08:40:23 +08:00
src create parallel computing for the Canopy evaluation 2024-01-25 09:03:01 +08:00
.gitattributes add svg module 2018-04-21 23:26:34 +08:00
.gitignore add package files 2024-01-25 09:29:41 +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 add package files 2024-01-25 09:29:41 +08:00
Darwinism.sln add R package project source files 2024-01-25 09:28:47 +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 2021-04-21 22:47:06 +08:00
_config.yml Set theme jekyll-theme-cayman 2018-06-18 03:53:19 +08:00
ggplot.Rproj add package files 2024-01-25 09:29:41 +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