Skip to content

Commit

Permalink
Remove pdf from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszimmermann committed Apr 25, 2018
1 parent a9ab30f commit 7ecb902
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
*.pdf
#*.pdf

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
Expand Down
Binary file added Handout/graphics/labelfree/msstats/c2_c1.pdf
Binary file not shown.
Binary file added Handout/graphics/labelfree/msstats/c3_c2.pdf
Binary file not shown.
11 changes: 8 additions & 3 deletions Handout/labelfree.tex
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ \subsubsection{Conversion and downstream analysis}
comparison <- rbind(comparison1, comparison2, comparison3, comparison4, comparison5, comparison6)
row.names(comparison)<-c("C2-C1","C3-C1","C4-C1","C3-C2","C4-C2","C4-C3")
\end{lstlisting}


Here, we assemble each row in turn, concatenate them at the end, and provide row names for labeling
the rows with the respective condition.


\begin{figure}[htbp]
Expand All @@ -434,8 +434,13 @@ \subsubsection{Conversion and downstream analysis}
\label{fig:msstats_1}
\end{figure}

In MSstats, the group comparison is then performed with the following line:
\begin{lstlisting}
test.MSstats <- groupComparison(contrast.matrix=comparison, data=processed.quant)
\end{lstlisting}
No more parameters need to be set for performing the comparison.

# call more functions
\paragraph{Group Comparison}



Expand Down

0 comments on commit 7ecb902

Please sign in to comment.