|
|
||
|---|---|---|
| .github | ||
| .pkg | ||
| .vscode | ||
| R | ||
| docs | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| CNAME | ||
| DESCRIPTION | ||
| Darwinism.sln | ||
| LICENSE | ||
| NAMESPACE | ||
| README.md | ||
| _config.yml | ||
| ggplot.Rproj | ||
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