plotLibSize | R Documentation |
This function is a part of the data analysis functionality of tcgaCleaneR
.
It allows user to analyze the Library Size bias, a technical bias in the TCGA RNA-seq.
The user can input the SummarizedExperiment
S4 class Cancer Dataset (e.g. TCGA dataset) and the type of plot
to analyse variations in library size across years and samples.
plotLibSize(data, plot_type)
data |
SummarizedExperiment S4 class Dataset. E.g. TCGA Dataset. |
plot_type |
character: Plot type |
Scatter Plot, Box plot
plotLibSize(data = brca.data, plot_type = "Scatterplot") ## Not run: plotLibSize(data = brca.data, plot_type = "Boxplot") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.