You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
谢桂纲 c211366cb7
removes un-used legacy project file
2 years ago
.github Update sync_multiplegit.cmd 3 years ago
.pkg configs script for build package 2 years ago
.vscode add R package project source files 2 years ago
@export add supports @home symbol 2 years ago
R config files 2 years ago
docs move to docs folder 2 years ago
man add supports @home symbol 2 years ago
src removes un-used legacy project file 2 years ago
test config test scripts 2 years ago
vignettes add supports @home symbol 2 years ago
.gitattributes add svg module 8 years ago
.gitignore run R package msbuild 2 years ago
.gitmodules add typescript runtime 8 years ago
CNAME Create CNAME 8 years ago
DESCRIPTION configs script for build package 2 years ago
Darwinism.Rproj configs script for build package 2 years ago
Darwinism.sln removes un-used legacy project file 2 years ago
LICENSE Initial commit 10 years ago
NAMESPACE add package files 2 years ago
README.md msbuild 2 years ago
_config.yml Set theme jekyll-theme-cayman 8 years ago

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.