Description Usage Arguments Value See Also Examples
This function will take CSS with gene ids as rownames and convert them to a user-defined different ID using a user-given Annotation database
1 2 3 4 5 6 | id.convert(
CSS,
genome.db = Org.Hs.eg.db,
gene.ids = "ENTREZID",
keytype = "SYMBOL"
)
|
CSS |
output CRISPR screen score matrix from create.CSS() |
genome.db |
genome database from which to convert gene symbols to other ids |
gene.ids |
type of gene ids in the geneset |
object with converted rownames to the desired gene IDs
1 2 3 4 | data(CSS.data)
library(org.Hs.eg.db)
CSS.newids <- id.convert(CSS.data, genome.db = genome.db, gene.ids = gene.ids)
...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.