scRNAtools_Gene2exp_1 {scRNAtools} | R Documentation |
Present the expression of two genes
Description
This function can present the expression of two gene in appointed cell type.
Usage
scRNAtools_Gene2exp_1(example, types_all, gene1, gene2, n, col_1, col_2, pch, lwd)
Arguments
example |
scRNA sequencing data without header. |
types_all |
Cell names of each type. |
gene1 |
Gene one you are interested in. |
gene2 |
Gene two you are interested in. |
n |
Number of cell names in scRNA sequening data. |
col_1 |
The color of line of gene one in the figure. |
col_2 |
The color of line of gene two in the figure. |
pch |
The shape of nodes in figure. |
lwd |
The width of lines in figure. |
Author(s)
Qian Yang
Examples
data(example)
data(types_all)
gene1<-"CHD1"
gene2<-"CD82"
col_1="red"
col_2="blue"
pch=19
lwd=1
n<-2
scRNAtools_Gene2exp_1(example,types_all,gene1,gene2,n,col_1,col_2,pch,lwd)
[Package scRNAtools version 1.0 Index]