Skip to content

Commit

Permalink
Merge pull request carpentries-incubator#73 from carpentries-incubato…
Browse files Browse the repository at this point in the history
…r/catavallejos-patch-1

Intro - quotes to lasso2 call and fix mini typo
  • Loading branch information
ailithewing authored Jun 13, 2022
2 parents 394efba + d7b865b commit 6fcbfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes_rmd/01-introduction-to-high-dimensional-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ of the challenges we are facing when working with high-dimensional data.
> > ## Solution
> >
> > ```{r lasso2}
> > library(lasso2) #load lasso2 package
> > library("lasso2") #load lasso2 package
> > data(Prostate) #load the Prostate dataset
> > ```
> >
Expand Down Expand Up @@ -340,7 +340,7 @@ plot(xgroups, col = selected, pch = 19)
> website [https://www.bioconductor.org/](https://www.bioconductor.org/).
>
> Bioconductor packages can be installed and used in `R` using the **`BiocManager`**
> package. Let's install the **`minfi`** package from Bioconductor (a package for
> package. Let's load the **`minfi`** package from Bioconductor (a package for
> analysing Illumina Infinium DNA methylation arrays).
>
> ```{r libminfi}
Expand Down

0 comments on commit 6fcbfb0

Please sign in to comment.