Entering edit mode
amy16
•
0
@amy16-14425
Last seen 6.2 years ago
Hi all,
When you make subset before performing the stattest for gene as the feature, do you change the, texpr in the below script to gexpr or does texpr subset can also be used to calculate the stattest for gene feature too?
Script :
bg_chrX_filt <-subset
(bg_chrX,
"rowVars(texpr(bg_chrX)) >1"
, genomesubset=
TRUE
)
Thanks