MAD statistics in R
how to calculate MAD for a data frame in R with 702 columns and 27842 rows. i used for-loop, there was no change between the log2+1 data and MAD value . is there any other command?
r
• 2,539 views
•
link
written
by
rsabrina93 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
calculating fold change from dataframe
written by Gil Rodriguez •Hey, is there a code or a way to calculate the fold change? all i could found is a calculations that includes only two variables, …
-
Using Limma in R to get log2 fold change data for GSE series data, want to get rid of iso-form expr…
written by sslimb95 •Hi, every one. I'm a beginner in DEG. I want to get a DEG data which have log2 fold change expression values or GSE29221 using …
-
How to filter rows based on valid value in each group
written by hothotbemizz •I'm working with proteomic data that have two conditions, one High-FCR group and Low FCR group, and three replicates each. I would like to filter …
-
How to filter rows based on valid value in each group
written by hothotbemizz •I'm working with proteomic data that have two conditions, one High-FCR group and Low FCR group, and three replicates each. I would like to filter …
-
Calculating Kappa value between two SNP matrices in R
written by elite420 •Hi, I have a problem calculating the kappa value between two SNPMatrices in R. I've made two SNP Matrices (in 'values' section in global environment) …
-
How to design matrix for LIMMA between control and stress conditions to calculate logFC and p-value.
written by asnanizami •I am new to data sciences and R programming. I have normalized data files separate for control and diseased conditions. It has Gene ID as …
-
standard deviaition using R
written by rsabrina93 •how to perform standard deviation on multiple rows(27482) which contain multiple columns(702) using R? I tried the code below: code: for(i in 1:nrow(zscore)){ print(i) SD=sd(as.numeric(zscore[i,])) …
-
transform RPM to TPM
written by universtiycam2015 •Dear all, I am new to this, and I’d like suggestion on how can I transform RPM to TPM, actually to [log2(tpm+1)] for all my …
-
bcl2fastq-v2 samplesheet format for dual index run
written by jacobnix •Hello everybody, We are using bcl2fastq-v2 for nextseq runs without problems (one index runs). Does anyone know which is the samplesheet format for illumina nextseq …
-
R loop for question
written by bgraphit •I need some help figuring out how to make a loop in R. I have a data frame named x x dimensions are 12773 rows …
Could you post the code you used, ideally with a minimum reproducible example. I am afraid this is not, as written now, a bioinformatics question.
I think that Devon's answer to your previous question on standard deviation applies to this one as well.