tavareshugo / 2019-07-01-bioinformatics_for_biologists

https://tavareshugo.github.io/2019-07-01-bioinformatics_for_biologists/
3 stars 3 forks source link

Code update in Exploratory analysis of RNAseq count data #1

Closed mvanrongen closed 5 years ago

mvanrongen commented 5 years ago

In the section Joining tables together, the following code could be altered:

trans_cts_long <- full_join(trans_cts_long, sample_info, by = ("sample")) to trans_cts_long <- full_join(trans_cts_long, sample_info, by = "sample") to make it more consistent with the code further down.

tavareshugo commented 5 years ago

and super thanks! :)