User Portlet
Discussions |
---|
Diversity of Pawpaw (Asimina triloba) Cultivars in USDA Repositories and Selected Retail Nurseries c. 2022 – Richard B. Frost. J. American Pomological Society, January 2023 Number 1 p. 2. [https://www.pubhort.org/aps/][1] Abstract: This... |
[UPDATE: I managed to create a tractable solution to this computation by telescoping the iterative loops from longest (most iterations) on the exterior down to shortest in the innermost, and applying "FinestGrained" ParallelDo on an overclocked... |
If not, what is the StringExpression equivalent of this RegularExpression? GGTG.{18,18}CCAA.{17,17}TTAT Thanks! |
Are the input weights to WeightedData expected to be in the interval [0,1]? At present, my weights are in the integer range [0, ~100000]. |
I'm looking for a sanity check and possible methods of speed up for filtering a long list of sets, some of which are subsets of others. Specifically I have N = 120k to 200k sets of length |
In this example, I'd like to change the color of the Callout Leader and the CalloutMarker to Black. Possible? data1 = Table[{x, 4.9 + (0.2*RandomReal[])}, {x, 1, 10}]; poi = { Callout[ {8, 2.5}, "point of... |
For my current application I needed more efficient storage performance than can be achieved with Ascii file types. After receiving some pointers from Martijn Froeling and Michael Helmle, I ran some tests on my desktop system. Here are the results. ... |
Hi, I'm running v13.1 on an Intel+Windows system with a reasonably fast SSD. My current application generates an ordered List of 250M to 300M integers which I would like to store for later use. The values are all in the range 0 to 30. In total I... |
I wish to maximize a discrete function whose variable are array indices. Here's a toy version of it: pselect[A_, lenA_, cindices_] := Product[A[[r, cindices[[r]]]], {r, 1, lenA}]; Here's an example instance of the problem: ... |
I'm currently working on analysis of PCR markers in whole chromosome DNA sequences. In this case the markers are SSR primers. The data are digitally rendered in character strings of letters, each representing an amino acid. In the actual laboratory... |