View source: R/ProcessingPipelineFunctions.R
htseq_locusLog2cpm | R Documentation |
Get the log2cpm of a given locus in the htseq output
htseq_locusLog2cpm(
htseq_filename,
gene_id,
markers = c("CNAG_NAT", "CNAG_G418")
)
htseq_filename |
filepath to htseq output |
gene_id |
gene id for which to return the log2cpm |
markers |
markers in library. Default CNAG_NAT, CNAG_G418 |
log2cpm of a given gene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.