Bases: flotilla.compute.expression.TwoWayGeneComparisonLocal
Plots a scatter-plot of sample1 vs sample2, taken from df. Calculates differentially expressed genes with a Z-test from the closest (local_fraction * 100)% points. Stores result from statistical calculations in self.result_
Parameters: | sample1_name : str
sample2_name : str
df : pandas.DataFrame
p_value_cutoff : float, optional
local_fraction : float, optional
bonferonni : bool, optional
fdr : ???, optional
dtype : str, optional
|
---|