Description Usage Arguments Value Examples
Get the results for a certain filter.
1 | deepResult(cellLines, dataset = dmExpr)
|
cellLines |
Any data.table with DepMap_IDs for cell lines (ACH-000002 etc.) in its 1st column and cell line names in its 2nd column. Ideally generated by dmFilter(). |
dataset |
Any data.table with DepMap_IDs in its 1st column. Inbuilt are dmExpr (default),dmDep, dmDrug and dmProt. |
A data.frame where each row is a cell line is a gene and each column is a cell line.
1 2 | a <- deepFilter(lineage="leukemia", ageMin=60)
b <- deepResult(a, dmDep)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.