Displaying 2 results from an estimated 2 matches for "1106364".
Did you mean:
1106346
2010 Jan 21
1
Merging and extracting data from list
...res
maxLevel score
chr1.cher1 1 859132 859732 human AB ENSG00000223764
ENSG00000231958 ENSG00000187634 1.25736038968316 0.664381383074449
chr1.cher2 1 889564 890464 human AB ENSG00000188976
1.47884233632064 2.88839131446868
chr1.cher3 1 1106364 1106864 human AB
ENSG00000162571 1.83795654418115 3.58404359147275
....
In the second list, I want to add a column with the gene description
(obtained from the first list). I used the following method:
chersMergeGenes <-
data.frame(chersList,description=hSgenes$description...
2020 Jan 13
9
[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
This series adds new functions to the mmu interval notifier API to
allow device drivers with MMUs to dynamically mirror a process' page
tables based on device faults and invalidation callbacks. The Nouveau
driver is updated to use the extended API and a set of stand alone self
tests is added to help validate and maintain correctness.
The patches are based on linux-5.5.0-rc6 and are for