Description Usage Arguments Value Examples
Find the overlapped genes of gene sets defined by different method.
1 | fetch_cells(expr,ratio=0.7,n=50)
|
expr |
The expression dataframe. Rows should be genes and columns should be cells. |
ratio |
the Proportion of cell subset.The default value of ratio is set to 0.7, but can also be set to other values between 0 to 1. |
n |
The times of subsampling.The default value of n is set to 50. |
A list of random cell subsets.
1 | celllist<-fetch_cells(expr,ratio=0.7,n=50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.