RankMSE | R Documentation |
Calculate Mean Squared Error for nCount/nFeature Rank.
RankMSE( meta_info, fill_RankMSE = FALSE, smooth_num = 3, smooth_window = 100, find_rank = FALSE, Empty_min_nCount = 10 )
meta_info |
A |
fill_RankMSE |
Whether to fill the RankMSE by nCount. Default is |
smooth_num |
Number of times to smooth(take a mean value within a window length |
smooth_window |
Window length used to smooth the squared error. Default is 100. |
find_rank |
Whether to find the 'Cell' RankMSE valley, the 'Uncertain' RankMSE peak and the 'Empty' RankMSE valley. Default is FALSE. |
Empty_min_nCount |
Minimum nCount for 'Empty' droplets. Default is 10. |
A list include meta_info
and cell_rank_count
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.