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.
 
 
 
谢桂纲 ebbb4e0a5e
make enum member orders updates
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 run msbuild 2 years ago
R check for linux command 2 years ago
docs move to docs folder 2 years ago
man commit nothing 2 years ago
src fix of the xml document error 2 years ago
test read data test success 2 years ago
vignettes make enum member orders updates 2 years ago
.gitattributes add svg module 8 years ago
.gitignore run R package msbuild 2 years ago
.gitmodules add typescript runtime 7 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 Update Darwinism.sln 2 years ago
LICENSE Initial commit 10 years ago
NAMESPACE add package files 2 years ago
README.md Update README.md 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

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.