Filter List |
Predefined filters :
This filter applies a natural logarithm transformation to all values of the dataset. If the source value is less or equal to 0, the value is replaced by a missing value field. If all values are missing for a gene, the gene is rejected. The logarithm filter should be applied if your dataset is based on ratia. In this case all your original data should be greater than 0. Back To Top
This filter replaces all missing values by the specified one. Back To Top
This filter replaces all occurences of a specified value by missing values. Back To Top
This filter replaces any value inferior to the specified one, by a specified value. Back To Top
This filter replaces any value greater then the specified one, by a specified value. Back To Top
This filter rejects any gene with a value inferior to the specified one. Back To Top
This filter rejects any gene with a value greater than the specified one. Back To Top
This filter adds a specified value to all non-missing values in the whole dataset (all values in the dataset are increased by the specified amount). Back To Top
This filter multiplies all non-missing values by the specified one, in the whole dataset (all values in the dataset are multiplied by the specified value). Back To Top
This filter rejects genes with more missing values than the specified count. Back To Top
This filter reject genes that have a smaller Relative fold than the specified one. If the signs of the maximum and minimum value of a gene are not the same, nothing is done (the gene passes the filter unchanged). If max and min >0 Relative fold=(max value of the gene)/(min value of the gene) Else Relative fold=(min value of the gene)/(max value of the gene) Back To Top
This filter normalizes all genes toward a 0 average.(Learn more) Back To Top
This filter normalizes all genes toward a 1 norm. (Unit normalization Learn more) Back To Top
Back To Top
This filter replaces the current values in a profile by those in the original data. This is useful for restoring the data after a complex filtering. For example, if you apply the sign checker example above to reject monotonic genes, adding this filter after the sign checker will eliminate the average-to-0 effect. Back To Top
This filter rejects genes that are not included in a specified list. Note that saving a user filter with this filter in the user filter table will also save the specified gene list allowing you to reuse it each time you need it. Back To Top
This filter rejects genes that are included in a specified list (this is the inverse of the Gene List Matcher above). Note that saving a user filter containing this filter will also save the specified gene list, allowing you to reuse it each time you need it. Back To Top
This filter rejects genes that do not include a specified pattern in their description field. Note that the string pattern is case sensitive. Back To Top
This filter rejects genes that do include a specified pattern in their description field. Note that the string pattern is case sensitive. Back To Top
|