opendvp.io.import_perseus#
- import_perseus(path_to_perseus_txt, n_var_metadata_rows=4)#
- Convert a Perseus text file to an AnnData object. - Return type:
 - Parameters#- path_to_perseus_txtstr
- Path to the Perseus text file. 
- n_var_metadata_rowsint, default 4
- Number of metadata rows at the bottom of the columns to use as var headers. 
 - Returns:#- AnnData
- AnnData object with imported data.