Skip to content

Commit

Permalink
Update MAAPster.R
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles authored Jul 30, 2018
1 parent d8c4cc6 commit d95d648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAAPster.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if (celfiles@annotation!="pd.hg.u133.plus.2" & celfiles@annotation!="pd.mogene.2
}

#normalization
if (celfiles@annotation=="pd.hg.u133.plus.2" | celfiles@annotation=="pd.clariom.s.human.ht" | celfiles@annotation=="pd.clariom.s.human" | celfiles@annotation=="pd.clariom.s.mouse.ht" | celfiles@annotation=="pd.clariom.s.mouse" | celfiles@annotation=='pd.mouse430.2' | celfiles@annotation=='pd.hg.u133a' | celfiles@annotation=='pd.hg.u133a.2' | celfiles@annotation=='pd.hg.u219' | celfiles@annotation=='pd.mg.u74av2' | celfiles@annotation=='pd.mouse430a.2' | celfiles@annotation=='pd.moe430a' | celfiles@annotation=='pd.hg.u95av2' | celfiles@annotation=='pd.hg.u133b' | raw()@annotation=='pd.clariom.s.rat') {
if (celfiles@annotation=="pd.hg.u133.plus.2" | celfiles@annotation=="pd.clariom.s.human.ht" | celfiles@annotation=="pd.clariom.s.human" | celfiles@annotation=="pd.clariom.s.mouse.ht" | celfiles@annotation=="pd.clariom.s.mouse" | celfiles@annotation=='pd.mouse430.2' | celfiles@annotation=='pd.hg.u133a' | celfiles@annotation=='pd.hg.u133a.2' | celfiles@annotation=='pd.hg.u219' | celfiles@annotation=='pd.mg.u74av2' | celfiles@annotation=='pd.mouse430a.2' | celfiles@annotation=='pd.moe430a' | celfiles@annotation=='pd.hg.u95av2' | celfiles@annotation=='pd.hg.u133b' | celfiles@annotation=='pd.clariom.s.rat') {
celfiles.rma =rma(celfiles, background=TRUE, normalize=TRUE, subset=NULL)
} else {
celfiles.rma =rma(celfiles, background=TRUE, normalize=TRUE, subset=NULL, target="core")
Expand Down

0 comments on commit d95d648

Please sign in to comment.