Hi,
I try to recreate the graphs and texts of the tiles “Dependent Cell Lines” and “Enriched Lineages” (for instance PIK3CA DepMap Gene Summary) only from files downloaded here DepMap Data Downloads .
1)Dependent Cell Lines
a) About the text “CRISPR (DepMap 21Q3 Public+Score, Chronos): X/Y”
I am able to find X value by counting the number of lines where the value>0.5 in the file CRISPR_gene_dependency.csv (DepMap Public 21Q3).
I am able to find Y value by counting the number of lines in the file CRISPR_gene_dependency.csv (DepMap Public 21Q3).
Is this the correct way to do that ?
b) About the text “RNAi (Achilles+DRIVE+Marcotte, DEMETER2): X/Y”
About X, I’ve tried to count the number of columns where the value>0.5 in D2_combined_gene_dep_scores.csv (DEMETER2 Data v6), but all the value is less than 0.5, so I got X=0, instead of 62 for PIK3CA.
Is my method wrong ? Should I use another file ?
I am able to find Y value by counting the number of columns where the value is not NA in the file D2_combined_gene_dep_scores.csv (DEMETER2 Data v6).
Is this the correct way to do that ?
c) About the graph on the top (dependency)
About CRISPR, I use the file CRISPR_gene_dependency.csv (DepMap Public 21Q3) .
About RNAi, I use the file D2_combined_gene_dep_score_SDs.csv (DEMETER2 Data v6) .
Is this the correct way to do that ?
d) About the graph on the bottom (Gene effect)
About CRISPR, I use the file CRISPR_gene_effect.csv (DepMap Public 21Q3) .
About RNAi, I use the file D2_combined_gene_dep_scores.csv (DEMETER2 Data v6) .
Is this the correct way to do that ?
2)Enriched Lineages
a) About CRISPR graph
I’m thinking about using CRISPR_gene_effect.csv (DepMap Public 21Q3), but I still have problems about recreating the graph :
- I don’t know how to link the cell line id (DepMap_ID) with its lineage. I known there is a file sample_info.csv (DepMap Public 21Q3) that we can use to do that but I don’t know which column to use for the lineage between : lineage, lineage_subtype, lineage_sub_subtype and lineage_molecular_subtype. Could you inform me of the correct column to choose, or perhaps is the information in another file ?
- I don’t know the p-value of the lineage for a specific gene, and as a consequence, I can’t filter the lineage having p-values < 0.0005. I know that I can get this information from this page Skin DepMap Context Summary (“Dependencies enriched in Skin” section) for instance, but I would prefer to download this information as a file if possible. In what file could I find this information ?
b) About RNAi graph
I’m thinking about using D2_combined_gene_dep_scores.csv (DEMETER2 Data v6), but I still have problems about recreating the graph :
- I don’t know how to link the cell line id (CCLE_Name) with its lineage. I known there is a file sample_info.csv (DepMap Public 21Q3) that we can use to do that but I don’t know which column to use for the lineage between : lineage, lineage_subtype, lineage_sub_subtype and lineage_molecular_subtype. Could you inform me of the correct column to choose, or perhaps is the information in another file ?
- I don’t know the p-value of the lineage for a specific gene, and as a consequence, I can’t filter the lineage having p-values < 0.0005. I know that I can get this information from this page Skin DepMap Context Summary (“Dependencies enriched in Skin” section) for instance, but I would prefer to download this information as a file if possible. In what file could I find this information ?
Thank you very much