mantispy.ds.jump_target2#
- mantispy.ds.jump_target2(plates=('BR00121438', 'JCPQC051'), annotate=True, cache_dir=None)[source]#
JUMP-Target-2, one 384-well plate map run at many sites.
The JUMP consortium ran the same plate map in every participating laboratory, so differences between plates from different sources are technical. This makes it suited to studying batch and source effects. Twelve of the 141 plates in
cpg0016-jumpare pinned here (three sources, two batches each, two plates per batch), which letstransport()separate a laboratory effect from a plate effect.- Parameters:
plates (
Sequence[str] |None(default:('BR00121438', 'JCPQC051'))) – Plate barcodes to load. The default takes one plate from each of two sources, about 26 MB;Noneloads all twelve.annotate (
bool(default:True)) – Join the JUMP annotation, which suppliesMetadata_PerturbationandMetadata_Control. Downloads another 14 MB.cache_dir (
str|Path|None(default:None)) – Where to keep the download. Defaults tomantispy.settings.cache_dir.
- Return type:
- Returns:
384 wells per plate at well resolution, carrying
Metadata_Source,Metadata_Batch,Metadata_Plate,Metadata_Welland, when annotated,Metadata_JCP2022,Metadata_Perturbation,Metadata_InChIKeyandMetadata_Control(JUMP’s 64 DMSO wells per plate).- Raises:
KeyError – A plate is not one of the twelve.