gcell.cell.celltype.Celltype.get_input_data

gcell.cell.celltype.Celltype.get_input_data#

Celltype.get_input_data(peak_id=None, focus=None, start=None, end=None)[source]#

Get input data from self.input_all using a slice

Parameters:
peak_id default: None

The peak id to get the input data from.

focus default: None

The focus to get the input data from. Usually the middle of the region.

start default: None

The start to get the input data from.

end default: None

The end to get the input data from.