TMEA 0.5.0
See the version list below for details.
dotnet add package TMEA --version 0.5.0
NuGet\Install-Package TMEA -Version 0.5.0
<PackageReference Include="TMEA" Version="0.5.0" />
paket add TMEA --version 0.5.0
#r "nuget: TMEA, 0.5.0"
// Install TMEA as a Cake Addin #addin nuget:?package=TMEA&version=0.5.0 // Install TMEA as a Cake Tool #tool nuget:?package=TMEA&version=0.5.0
TMEA (Thermodynamically Motivated Enrichment Analysis) is a thermodynamically motivated approach to gene set enrichment analysis
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- BioFSharp (>= 2.0.0-beta6)
- BioFSharp.Stats (>= 2.0.0-beta6)
- Deedle (>= 2.4.0)
- FSharp.Core (>= 5.0.0)
- FSharp.Stats (>= 0.4.2)
- FSharpAux (>= 1.0.0)
- FSharpAux.IO (>= 1.0.0)
- Plotly.NET (>= 2.0.0-preview.6)
-
net5.0
- BioFSharp (>= 2.0.0-beta6)
- BioFSharp.Stats (>= 2.0.0-beta6)
- Deedle (>= 2.4.0)
- FSharp.Core (>= 5.0.0)
- FSharp.Stats (>= 0.4.2)
- FSharpAux (>= 1.0.0)
- FSharpAux.IO (>= 1.0.0)
- Plotly.NET (>= 2.0.0-preview.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.0 | 180 | 7/21/2022 |
0.5.0 | 184 | 8/11/2021 |
0.4.0 | 202 | 6/7/2021 |
0.3.0 | 166 | 6/3/2021 |
0.2.1 | 387 | 5/25/2021 |
0.2.0 | 406 | 5/25/2021 |
0.1.0-beta2 | 427 | 10/5/2020 |
0.1.0-beta | 311 | 9/7/2020 |
0.0.2-alpha | 344 | 9/2/2020 |
0.0.1-alpha | 352 | 8/16/2020 |
- Add more customization options to potential time course and heatmap plots
- Improve implementation of optional arguments for plot functions by returning a TMEAResult transforming funktion instead of the plot functions taking the result directly as input
- Rework plot module:
- optional parameter passing style for all plot functions
- Rename:
- generateConstraintTimeCoursePlot -> generateConstraintPotentialTimeCoursePlot
- plotConstraintTimeCourses -> plotConstraintPotentialTimeCourses
- generatePotentialHeatmap -> generateConstraintPotentialHeatmap
- plotPotentialHeatmap -> plotConstraintPotentialHeatmap
- add `readDataFrameFromString` function