Interaction between Unity desktop two screen programs

There are three development requirements, as follows: The Unity desktop program is opened externally, and the program is started only onceThe evocation program can be displayed immediately without delay, and looks like an appPass parameters between two exe programsWhen exe evokes double screen We can't rely on unity alone to realize these fun ...

Posted by thedon on Thu, 03 Mar 2022 07:13:32 +0100

The correspondence between 10x single cell transcriptome samples and fastq files is unknown

We have shared the notes of cell Ranger process many times in the single cell world. You can go and learn by yourself, as follows:Single cell combat (I) data downloadSingle cell combat (II) precautions before using cell rangerSingle cell combat (III) preliminary study on the use of Cell RangerSingle cell combat (IV) overview of Cell Ranger proc ...

Posted by rubadub on Thu, 03 Mar 2022 07:08:25 +0100

A weird FGC. I've been looking for the reason for a long time

While the code is rolling, a message pops up in the company's chat tool: "Brother wolf, my machine always FGC frequently..." I quickly opened the dialog box and replied with a witty expression Then continue silently. Then, the little partner smashed a GC log 2019-09-17T20:33:57.889+0800: 4753520.554: [Full GC (Metadata GC Th ...

Posted by harshilshah on Thu, 03 Mar 2022 06:59:15 +0100

Bubble chart for visualization of single cell communication results of CellPhoneDB

Tutorial of the previous day: Directly create a separate conda environment for CellPhoneDB , and: Output the expression matrix and cell phenotype information in Seurat object to CellPhoneDB for cell communication , show you how to do cell communication for pbmc3k single cell data set, and in: Understanding of single cell communication results o ...

Posted by butsags on Thu, 03 Mar 2022 06:57:45 +0100

Properly clean up your wechat chat files

Wechat office has been normalized. I also put a Windows computer that has been turned on all year round at home to log in to wechat for timely Q & A and bioinformatics knowledge sorting and creation.There is a problem with this. Its default C disk is a solid-state hard disk, with a space of only 500G. However, many software such as wechat f ...

Posted by wisewood on Thu, 03 Mar 2022 06:56:03 +0100

Operating system: first come first serve algorithm and C language implementation of highest priority number first

I've been reviewing the operating system recently, and I have the following knowledge points: 1) Process scheduling algorithm: it adopts os scheduling algorithm (i.e. assigning the processor to the process with the highest priority) and first come first serve algorithm. 2) Each process is represented by a process control block (PCB). The proce ...

Posted by unmash on Thu, 03 Mar 2022 06:42:47 +0100

It's clearly a matter that can be solved by a heat map. Why should it be complicated to an eggshell map

Tutorial of the previous day: Directly create a separate conda environment for CellPhoneDB , and: Output the expression matrix and cell phenotype information in Seurat object to CellPhoneDB for cell communication , show you how to do cell communication for pbmc3k single cell data set, and in: Understanding of single cell communication results o ...

Posted by wolves on Thu, 03 Mar 2022 06:40:24 +0100

Experiment 3 Python files and databases

Experiment 3.1: text file operation Title Description: create a new program called test Txt file, stored in the directory where the code file is located, and open the file. Then write the contents as shown in Figure 1-1 to the file. Finally, read 5 characters, read the first line of string, read the third line of string, and read all strings. ...

Posted by greenie__ on Thu, 03 Mar 2022 06:39:29 +0100

C + + classes and objects

                                      The previous blog has introduced the syntax of classes and objects, but it also has some piecemeal syntax details. Next, let's see what else we should pay attention to~ catalogue On constructor Constructor body assignment Initialization list Members that can only be initialized in the initializat ...

Posted by Seamless on Thu, 03 Mar 2022 06:21:07 +0100

python/numpy - find the maximum value, minimum value and index for maximum and minimum value - Max, NP max,np.amax,np.nanmax,np.fmax,np.maximum

Introduction This article is based on PY3 8,system win10,numpy1.12. np is the abbreviation of numpy. 1, Summary of reference sources and basic knowledge Performance comparison between python built-in max() and min() functions and Numpy built-in max() and min() functions Based on python 2.7.15 and system win10, the above article draws ...

Posted by elacdude on Thu, 03 Mar 2022 06:19:12 +0100