Hi Can I ask you what is the error below?
C:/username/miniconda3\envs\myenvMerQuaCo\Lib\site-packages\merquaco\data_loss.py:278: UserWarning: WARNING: The codebook and transcripts.csv file contain differing genes.
Genes missing from the codebook will be removed from dropout consideration as theycannot be properly false positive corrected.
warnings.warn(f'WARNING: The codebook and transcripts.csv file contain differing genes.\n'
C:\Users\hekun\miniconda3\envs\myenvMerQuaCo\Lib\site-packages\merquaco\data_loss.py:305: FutureWarning: DataFrame.groupby with axis=1 is deprecated. Do frame.T.groupby(...) without axis instead.
round_df = codebook.groupby((np.arange(bits) // 3) + 1, axis=1).sum()