powered by
This function can present the expression of two gene in appointed cell type.
scRNAtools_Gene2exp_1(example, types_all, gene1, gene2, n, col_1, col_2, pch, lwd)
scRNA sequencing data without header.
Cell names of each type.
Gene one you are interested in.
Gene two you are interested in.
Number of cell names in scRNA sequening data.
The color of line of gene one in the figure.
The color of line of gene two in the figure.
The shape of nodes in figure.
The width of lines in figure.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab