genomicInstabilityScore | R Documentation |
This function computes the genomic instability for an object of class inferCNV
genomicInstabilityScore(cnv, likelihood = FALSE)
cnv |
Object of class inferCNV generated by inferCNV() function |
likelihood |
Logical, whether the genomic instability likelihood should be estimated |
Object of class inferCNV with updated slots for gis and gisnull
[inferCNV()] to infer the enrichment of loci-blocks in the gene expression data.
eh <- ExperimentHub::ExperimentHub() dset <- eh[["EH5419"]] tpm_matrix <- SummarizedExperiment::assays(dset)$TPM set.seed(1) tpm_matrix <- tpm_matrix[, sample(ncol(tpm_matrix), 500)] cnv <- inferCNV(tpm_matrix) cnv <- genomicInstabilityScore(cnv) plot(density(cnv$gis))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.