Skip to content

Commit

Permalink
Adding references to readme.md file.
Browse files Browse the repository at this point in the history
Adding additional information to License
  • Loading branch information
RafRomB committed Jul 3, 2024
1 parent c6ad480 commit 26e0a41
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PhosphoSite, created by Cell Signaling Technology is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
PhosphoSitePlus(R) (PSP) was created by Cell Signaling Technology Inc. It is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. When using PSP data or analyses in printed publications or in online resources, the following acknowledgements must be included: (a) the words "PhosphoSitePlus(R), www.phosphosite.org" must be included at appropriate places in the text or webpage, and (b) the following citation must be included in the bibliography: "Hornbeck PV, Zhang B, Murray B, Kornhauser JM, Latham V, Skrzypek E PhosphoSitePlus, 2014: mutations, PTMs and recalibrations. Nucleic Acids Res. 2015 43:D512-20. PMID: 25514926."

Therefore, this application is licensed under the same conditions:

You are free to:
Expand Down
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The main function in the package is `PhosphoFind`. The input of the funtion is a
- **Phosphosite_2**: position in the peptide of the second phosphosite (if any).
- **Pho**: Column indicating if the peptide in that row contains a phosphorylation (Y) or not.

The other argument that the function receives, `psp_db`, is a dataframe with the [PhosphoSitePlus(R)](https://www.phosphosite.org/) phosphorylation data for the organism. This dataframe can be loaded with the function `load_PSP_db`. By default, this function loads the *Phosphorylation_site_dataset.gz*, Last modified: Fri May 17 09:42:46 EDT 2024, from [PhosphoSitePlus(R) v6.7.4](https://www.phosphosite.org/staticDownloads) for mouse. Alternatively, the path to a tab separated value file with a different PhosphoSitePlus database can be specified through the argument `file`.
The other argument that the function receives, `psp_db`, is a dataframe with the [PhosphoSitePlus(R)](https://www.phosphosite.org/) [(Hornbeck et al. 2014)](https://academic.oup.com/nar/article/43/D1/D512/2439467?login=false) phosphorylation data for the organism. This dataframe can be loaded with the function `load_PSP_db`. By default, this function loads the *Phosphorylation_site_dataset.gz*, Last modified: Fri May 17 09:42:46 EDT 2024, from [PhosphoSitePlus(R) v6.7.4](https://www.phosphosite.org/staticDownloads) for mouse. Alternatively, the path to a tab separated value file with a different PhosphoSitePlus database can be specified through the argument `file`.

### Example

Expand Down Expand Up @@ -100,3 +100,6 @@ Where `(Phospho)` would indicate the postranslational modification (in this case

In case that the postranslational modifications are indicated in a different way, another approach should be used to obtain the positions.

# References

Hornbeck PV, Zhang B, Murray B, Kornhauser JM, Latham V, Skrzypek E [PhosphoSitePlus, 2014: mutations, PTMs and recalibrations](https://academic.oup.com/nar/article/43/D1/D512/2439467?login=false). _Nucleic Acids Res_. 2015 43:D512-20. PMID: 25514926.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ important that the names of the columns match the ones given here):
phosphorylation (Y) or not.

The other argument that the function receives, `psp_db`, is a dataframe
with the [PhosphoSitePlus(R)](https://www.phosphosite.org/)
with the [PhosphoSitePlus(R)](https://www.phosphosite.org/) [(Hornbeck
et
al. 2014)](https://academic.oup.com/nar/article/43/D1/D512/2439467?login=false)
phosphorylation data for the organism. This dataframe can be loaded with
the function `load_PSP_db`. By default, this function loads the
*Phosphorylation_site_dataset.gz*, Last modified: Fri May 17 09:42:46
Expand Down Expand Up @@ -139,3 +141,10 @@ position in the phosphopeptide of that aminoacid.

In case that the postranslational modifications are indicated in a
different way, another approach should be used to obtain the positions.

# References

Hornbeck PV, Zhang B, Murray B, Kornhauser JM, Latham V, Skrzypek E
[PhosphoSitePlus, 2014: mutations, PTMs and
recalibrations](https://academic.oup.com/nar/article/43/D1/D512/2439467?login=false).
*Nucleic Acids Res*. 2015 43:D512-20. PMID: 25514926.

0 comments on commit 26e0a41

Please sign in to comment.