-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I recently read your work and also interested about the works related with perturbation. And I was trying to mimic your procedures for creating simulation data and ground truth.
However, I have some problems in sim_null.
There is an element named C in your MultiAnnData object which is single cell data from tbru, but I didn't find a column named C in its metadata from GEO(only batch information).
What should I do to the GEO data and its metadata in order to make the object like yours running the sim_null script.
My simple process is below.
path = "~/2.data/1-cell_state_single_cell/4-TBRU500k_tuberculosis"
harmcca20 = sc.read_csv(f"{path}/GSE158769_exprs_norm.tsv",
delimiter = "\t")
metadata = pd.read_csv(f"{path}/GSE158769_meta_data.txt.gz", sep = "\t")
# add metadata as samplem
# create MultiAnnData obj
harmcca20 = mad.MultiAnnData(X=harmcca20,
samplem=metadata)
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels