Skip to content

Kilgore-McCown Exercise 07 Submission#4

Open
kkilgoreND wants to merge 20 commits into
lyy005:masterfrom
kkilgoreND:master
Open

Kilgore-McCown Exercise 07 Submission#4
kkilgoreND wants to merge 20 commits into
lyy005:masterfrom
kkilgoreND:master

Conversation

@kkilgoreND

Copy link
Copy Markdown

No description provided.

Comment thread Exercise07-Full.py
#Generate histogram of G:C content
b=ggplot(line,aes(x="seqID"))
b+geom_histogram()+theme_classic

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread Exercise07-Full.py
football=pandas.read_csv("NFL-graph-for-class.txt", sep='\t',header=0)
football.shape
(ggplot(football) + aes('Pats-Win-Tot','Lions-Win-Tot') + geom_point() + geom_smooth(method='lm'))

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread Exercise07-Full.py
scatter+geom_jitter(aes(color='factor(region)'))+theme_classic()+ggtitle('All Observations')
#could have used scatter+geom_jitter()+coord_cartesian() instead
#Scatterplot shows that although the average observations seem to be similar across the regions, the observation distributions are different.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants