Findupdownregulatedgenes¶
- findUpDownRegulatedGenes(source, target, trDataPath)[source]¶
Compares two transcriptomics datasets and returns comparison result cell array, where each row corresponds the gene which expression being compared
- USAGE
result = findUpDownRegulatedGenes (source, target, trDataPath)
- INPUTS
source – source transcriptomics sheet name 1×1 char cell array
target – target transcriptomics sheet name 1×1 char cell array
trDataPath – transcriptomics data file full name and location
- OUTPUTS
result – cell array ix4, where i = gene count, and columns include geneId, source dataset expression value, target dataset expression value and comparison result (‘Up’, ‘Down’, ‘Equal’)