single-cell-genetics / XClone

Detection of allele-specific subclonal copy number alterations from single-cell transcriptomic data.
https://xclone-cnv.readthedocs.io/en/latest/
Apache License 2.0
29 stars 3 forks source link

ref BAF strategy explore #8

Closed Rongtingting closed 1 month ago

Rongtingting commented 1 year ago
Rongtingting commented 1 year ago

can be updated after ref-free version

Rongtingting commented 1 month ago

BAF module without specifying reference cells

update_info_from_rdr: can be set as False to make BAF totally independent.

xconfig = xclone.XCloneConfig(dataset_name = dataset_name, module = "BAF")

xconfig.ref_celltype = None
xconfig.update_info_from_rdr = False
xconfig.theo_neutral_BAF = 0.5