-
It should return p tags without b tag.
```python
>>> from pyquery import PyQuery as pq
>>> ahtml='''
pa
pbb1
pcb2
pd
pe
'''
>>> d=pq(ahtml)
>>> d('p:not(:has(b))')
[]
-
I had an interesting discussion today at lunch with Dave Mathews that I thought might deserve discussion here. We were talking about the way that analysis of MD simulations is done iteratively, and h…
-
**Describe the issue**
Trying to run the `cregen` protocol with `input.toml`, since I thought that CREST was moving to the TOML specification.
**To Reproduce**
Here's one of the `input.toml` file…
-
`localG_perm()` lists three different p-values and it's not entirely clear which are which. My understanding is the following:
- Pr(z != E(Gi)): "standard" p-value under the assumption of normalit…
-
I have just started exploring use of DMRcate for DMR detection but have concerns about the approaches dmrcate offers for ranking DMRs. DMRcate offers Fisher's combination, Stouffer's combination, and …
-
Save time by running multiple tests per iteration, instead of redoing all that simulating and refitting for each test.
Could be:
- multiple tests
- test multiple variables
This will help wit…
-
Hi, thanks again for this excellent package.
While using it for genomics applications I have had some problems with p-values that are exactly zero when using the Janitza method. The paper ["Permuta…
-
**What**
`plots._protected_subplots` makes box plots for model performance per protected class. It should also give a p-value for whether the performance across classes is the same.
**Why**
What …
-
I managed to run a vcf through exomiser-web using phenix. But there are strange results (phenotype score):
First variant: Phenotype score 1.0 and PhenIX semantic similarity score: 1.84 (p-value: 0.…
visze updated
7 years ago
-
In the NIDM-Results pack `ex_spm_thr_voxelfdrp05` generated by the exporter (given in [this neurovault collection](https://neurovault.org/collections/2210/)), for each `nidm_SupraThresholdCluster` obj…