tirank.LoadData.load_bulk_exp

tirank.LoadData.load_bulk_exp(path_to_bulk_exp)[source]

Loads a bulk expression file (CSV or TXT) into a DataFrame.

Parameters:

path_to_bulk_exp (str) – The file path to the bulk expression data. Assumes genes are rows and samples are columns.

Returns:

A pandas DataFrame of the expression data.

Return type:

pd.DataFrame