Skip to content

Commit

Permalink
2015.10.01, v3.0.10 : fix vignette in order to fix installation issue…
Browse files Browse the repository at this point in the history
…. depends and namespace are fixed.
  • Loading branch information
Meena committed Oct 1, 2015
1 parent acf16b3 commit e76703b
Show file tree
Hide file tree
Showing 17 changed files with 744 additions and 12,324 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Package: MSstats
Title: Protein Significance Analysis in DDA, SRM and DIA for Label-free
or Label-based Proteomics Experiments
Version: 3.0.9
Date: 2015-09-08
Version: 3.0.10
Date: 2015-10-01
Description: A set of tools for statistical relative protein significance analysis in DDA, SRM and DIA experiments.
Author: Meena Choi <[email protected]>, Ching-Yun Chang <[email protected]>, Olga Vitek <[email protected]>
Maintainer: Meena Choi <[email protected]>
License: Artistic-2.0
Depends: R (>= 3.0),Rcpp,knitr
Imports: lme4,marray,limma,gplots,ggplot2, preprocessCore,
data.table,MSnbase, reshape, reshape2,survival, grid
Depends: R (>= 3.2),Rcpp, grid,reshape2,knitr
Imports: lme4,marray,limma,gplots,ggplot2, preprocessCore,data.table,MSnbase, reshape, survival
bioViews: Bioinformatics, MassSpectrometry, Proteomics, Software
LazyData: yes
URL: http://msstats.org
Expand Down
4 changes: 1 addition & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ exportPattern("^[[:alpha:]]+")
import(limma)
import(lme4)
import(reshape)
import(reshape2)
import(survival)
import(marray)
import(preprocessCore)
import(data.table)
import(ggplot2)
import(gplots)
import(MSnbase)
import(Rcpp)
import(grid)




Binary file added build/vignette.rds
Binary file not shown.
Binary file added data/DDARawData.Skyline.RData
Binary file not shown.
2 changes: 2 additions & 0 deletions man/.Rapp.history
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
install.packages(pkgs="/Users/Meena/Dropbox/MSstats_GitHub_private/MSstats_3.0.10.tar.gz",repos=NULL,type="source")
library(MSstats)
2 changes: 1 addition & 1 deletion man/DDARawData.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

\format{data.frame}

\details{The raw data (input data for SRMstats) is required to contain variable of ProteinName, PeptideSequence, PrecursorCharge, FragmentIon, ProductCharge, IsotopeLabelType, Condition, BioReplicate, Run, Intensity. The variable names should be fixed.
\details{The raw data (input data for MSstats) is required to contain variable of ProteinName, PeptideSequence, PrecursorCharge, FragmentIon, ProductCharge, IsotopeLabelType, Condition, BioReplicate, Run, Intensity. The variable names should be fixed.

If the information of one or more columns is not available for the original raw data, please retain the column variables and type in fixed value. For example, the original raw data does not contain the information of PrecursorCharge and ProductCharge, we retain the column PrecursorCharge and ProductCharge and then type in NA for all transitions in RawData.

Expand Down
35 changes: 35 additions & 0 deletions man/DDARawData.Skyline.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
\name{DDARawData.Skyline}
\alias{DDARawData.Skyline}
\title{Example dataset from a label-free DDA, a controlled spike-in experiment, processed by Skyline.}
\description{This is a data set obtained from a published study (Mueller, et. al, 2007). A controlled spike-in experiment, where 6 proteins, (horse myoglobin, bovine carbonic anhydrase, horse Cytochrome C, chicken lysozyme, yeast alcohol dehydrogenase, rabbit aldolase A) were spiked into a complex background in known concentrations in a latin square design. The experiment contained 6 mixtures, and each mixture was analyzed in label-free LC-MS mode with 3 technical replicates (resulting in the total of 18 runs). Each protein was represented by 7-21 peptides, and each peptide was represented by 1-5 transition. Skyline is used for processing.}

\usage{DDARawData.Skyline}

\format{data.frame}

\details{The raw data (input data for MSstats) is required to contain variable of ProteinName, PeptideSequence, PrecursorCharge, FragmentIon, ProductCharge, IsotopeLabelType, Condition, BioReplicate, Run, Intensity. The variable names should be fixed.

This is 'MSstats input' format from Skyline used by 'MSstats_report.skyr'. The column names, 'FileName' and 'Area', should be changed to 'Run' and 'Intensity'. There are two extra columns called 'StandardType' and 'Truncated'.'StandardType' column can be used for normalization='globalStandard' in \code{\link{dataProcess}}. 'Truncated' columns can be used to remove the truncated peaks with skylineReport=TRUE in \code{\link{dataProcess}}.

If the information of one or more columns is not available for the original raw data, please retain the column variables and type in fixed value. For example, the original raw data does not contain the information of PrecursorCharge and ProductCharge, we retain the column PrecursorCharge and ProductCharge and then type in NA for all transitions in RawData.

Variable Intensity is required to be original signal without any log transformation and can be specified as the peak of height or the peak of area under curve.
}

\author{Ching-Yun Chang, Meena Choi, Olga Vitek.

Maintainer: Meena Choi (\email{choi67@purdue.edu})
}


\references{
Meena Choi, Ching-Yun Chang, Timothy Clough, Daniel Broudy, Trevor Killeen, Brendan MacLean and Olga Vitek. "MSstats: an R package for statistical analysis of quantitative mass spectrometry-based proteomic experiments" \emph{Bioinformatics}, 30(17):1514-1526, 2014.

Timothy Clough, Safia Thaminy, Susanne Ragg, Ruedi Aebersold, Olga Vitek. "Statistical protein quantification and significance analysis in label-free LC-M experiments with complex designs" \emph{BMC Bioinformatics}, 13:S16, 2012.

}

\examples{
head(DDARawData.Skyline)
}

4 changes: 2 additions & 2 deletions man/MSstats-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
\details{
\tabular{ll}{
Package: \tab MSstats\cr
Version: \tab 3.0.9\cr
Date: \tab 2015-09-08\cr
Version: \tab 3.0.10\cr
Date: \tab 2015-10-01\cr
License: \tab Artistic-2.0 \cr
LazyLoad: \tab yes\cr
}
Expand Down
Loading

0 comments on commit e76703b

Please sign in to comment.