iCLIPlib
latest
iCLIP.getters.make_getter
iCLIP.getters.getter
iCLIP.counting.count_intervals
iCLIP.counting.count_transcript
iCLIP.meta.meta_gene
iCLIP.meta.get_binding_matrix
iCLIP.meta.processing_index
iCLIP.meta.get_window
iCLIP.meta.bin_counts
iCLIP.meta.quantile_row_norm
iCLIP.meta.sum_row_norm
iCLIP.meta.compress_matrix
iCLIP.random.bootstrap
iCLIP.random.boot_ci
iCLIP.random.count_ratio
iCLIP.random.ratio_and_ci
iCLIP.utils.randomiseSites
iCLIP.utils.rand_apply
iCLIP.utils.TranscriptCoordInterconverter
iCLIP.clusters.Ph
iCLIP.clusters.fdr
iCLIP.clusters.get_crosslink_fdr_by_randomisation
iCLIP.kmers.find_all_matches
iCLIP.kmers.pentamer_frequency
iCLIP.kmers.pentamer_enrichment
iCLIP.utils.spread
iCLIPlib
Docs
»
iCLIP.meta.sum_row_norm
Edit on GitHub
iCLIP.meta.sum_row_norm
¶
iCLIP.meta.
sum_row_norm
(
matrix
)
¶
Normalise the rows of a matrix by the sum of the row
Parameters:
matrix
(
pandas.DataFrame
) – Matrix over which to normalise rows
Returns:
Indexes will be identical to
matrix
Return type:
pandas.DataFrame