Skip to content

Commit

Permalink
Fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Huber committed Jun 23, 2021
1 parent a1a9ede commit 625bb97
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/articles/Converting_VCF_and_PLINK_formats.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
Converting_VCF_and_PLINK_formats: Converting_VCF_and_PLINK_formats.html
aDNA_smartpca_analysis: aDNA_smartpca_analysis.html
mallard_smartpca_analysis: mallard_smartpca_analysis.html
last_built: 2021-06-21T15:19Z
last_built: 2021-06-23T14:29Z

2 changes: 1 addition & 1 deletion vignettes/Converting_VCF_and_PLINK_formats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you don't want to make use of any further *plink2* functionality, then you ca

## PLINK to raw genotype (.traw)

Now we will use the *plink2* software to transform the .bed file into raw genotypes. Again, note that we will need a "transformed" version since *smartsnp* assumes that samples are in columns, not rows.
Now we will use the *plink2* software to transform the .bed file into raw genotypes. Again, note that we will need a "transposed" version since *smartsnp* assumes that samples are in columns, not rows.


```r
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Converting_VCF_and_PLINK_formats.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you don't want to make use of any further *plink2* functionality, then you ca

## PLINK to raw genotype (.traw)

Now we will use the *plink2* software to transform the .bed file into raw genotypes. Again, note that we will need a "transformed" version since *smartsnp* assumes that samples are in columns, not rows.
Now we will use the *plink2* software to transform the .bed file into raw genotypes. Again, note that we will need a "transposed" version since *smartsnp* assumes that samples are in columns, not rows.

```{r}
system("plink --bfile region --recode A-transpose --out region_genotypeMatrix")
Expand Down

0 comments on commit 625bb97

Please sign in to comment.