File:Cumulative Unique Membrane Protein Structures by Year.png

From Vigyanwiki

Original file(3,500 × 2,000 pixels, file size: 102 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Cumulative Unique Membrane Protein Structures by Year. Data from http://blanco.biomol.uci.edu/mpstruc/query.
Date
Source Own work
Author D Wells

Licensing

I, the copyright holder of this work, hereby publish it under the following licence:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International licence.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the licence, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible licence as the original.

Source code

MembProt <- structure(list(Year = 1985:2014, Count = c(1L, 0L, 1L, 0L, 0L, 
0L, 0L, 3L, 1L, 3L, 2L, 6L, 8L, 9L, 7L, 11L, 5L, 13L, 18L, 16L, 
18L, 24L, 28L, 30L, 41L, 43L, 40L, 65L, 55L, 72L), Cumulative = c(1L, 
1L, 2L, 2L, 2L, 2L, 2L, 5L, 6L, 9L, 11L, 17L, 25L, 34L, 41L, 
52L, 57L, 70L, 88L, 104L, 122L, 146L, 174L, 204L, 245L, 288L, 
328L, 393L, 448L, 520L)), .Names = c("Year", "Count", "Cumulative"
), row.names = c(NA, 30L), class = "data.frame")

library(ggplot2)
library(plyr)

# Create Plot
ggplot(data=MembProt,aes(x=Year, y=Cumulative,)) + geom_bar(stat="identity",size=1) + labs(x="Year", y="Cumulative Number of Structures", title="Cumulative Number of Membrane Protein Structures") + scale_x_continuous(breaks=c(seq(from=1985,to=2014,by=2))) + scale_y_continuous(breaks=c(seq(from=0,to=600,by=100))) + theme_minimal() + theme(axis.text.x = element_text(angle=45,hjust=1),axis.line = element_line(size = 0.5, linetype = "solid",colour = "black"))
 
This chart was created with R.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

11 September 2015

image/png

876aa1b8830a7b579608400b4048576d393e546d

104,822 byte

2,000 pixel

3,500 pixel

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current01:11, 27 September 2016Thumbnail for version as of 01:11, 27 September 20163,500 × 2,000 (102 KB)wikimediacommons>CmdrjamesonCompressed with pngout. Reduced by 144kB (58% decrease).

Metadata