Description Usage Arguments Details Examples
View source: R/grasp_Kakutani.R
This function generates;
topleft: boxplot comparing gene length of all 'protein coding gene' and your list
topmiddle: boxplot comparing gene expression level of all 'protein coding gene' and your list
top right: pie chart representing category of genes of all the Araport11 annotation. Number of genes is inside ().
middle right; pie chart representing category of genes in your list.
bottom; subchromosomal distribution of genes in you list, all protein coding genes, and transposable element gene. x-axis represents chromosome 1 to 5, from left to right. y-axis is frequency. Centromeres are visualized as transposable element genes(green) rich regions.
1 |
x |
list of AGI in a form of AT*G****** (e.g. AT1G01010). If your list contains AGI for TE (e.g. AT1TE00010) this function just ignores them and makes plots with the rest. |
'protein coding gene' here is all the genes annotated as such in Araport11 annodation.
the expression data is from Oya's mRNA-seq in 16 dai Col_0 seedling. The read count of three experiments were averaged after normalization with whole reads and gene length(RPKM). CAUTION; reads count is based on tair10 annotaion, despite all the other plots are based on Araport11. This means if your list contains genes newliy annotated in Araport11, they will be omitted from Expression plot.
1 2 3 4 5 | head(test_list)
#this package automatically loads a AGI list "test_list" for demo.
grasp_Kakutani(test_list)
#you will see the genes in test_list are ; lather long, moderately expressed,
100% protein coding, and located in the middle of chromosome arm (not in centromere nor end of the chromosome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.