gcell.rna.gencode.Gencode.get_exp_feather# Gencode.get_exp_feather(peaks, extend_bp=300)[source]# Get the expression data for the given peaks. Only for backwards compatibility. Parameters: peaks pd.DataFrameThe peaks to query. extend_bp int, optionalThe number of base pairs to extend the peaks, defaults to 300. Return type: DataFrame Returns: pd.DataFrame The expression data.