Feature_selection_M3Drop | R Documentation |
M3Drop is a method to select genes with high dropout rate. Here, we use this method to select features for our following analysis.
Feature_selection_M3Drop(expression_profile, log_normalized = TRUE, threshold = 0.05)
expression_profile |
A dataframe showing the expression profile. The row is gene and The column is sample. |
log_normalized |
TRUE by default. If TRUE, it means the data has been logNormalized before. |
threshold |
The threshold to select significant genes. Default is 0.05. |
A vecter showing the selected gene names.
Bin Duan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.